We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ ] Enhancement [x] Bug [ ] Question
Please specify what version of the library you are using: [latest]
It would be a great enhancement to be able to hide or show the users/groups which are hidden in the SharePoint UI.
The text was updated successfully, but these errors were encountered:
Enhancements for #94 and #122
48d3c49
In 1.8.0 a new property showHiddenInUI is added to the PeoplePicker control.
1.8.0
PeoplePicker
<PeoplePicker context={this.props.context} titleText="People Picker" personSelectionLimit={5} // groupName={"Team Site Owners"} showtooltip={true} isRequired={true} defaultSelectedUsers={["[email protected]", "[email protected]"]} selectedItems={this._getPeoplePickerItems} showHiddenInUI={false} principleTypes={[PrincipalType.User]} />
Sorry, something went wrong.
Closing the issue as version 1.8.0 has just been released.
estruyf
No branches or pull requests
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [latest]
Expected / Desired Behavior / Question
It would be a great enhancement to be able to hide or show the users/groups which are hidden in the SharePoint UI.
The text was updated successfully, but these errors were encountered: