You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/PeoplePicker.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The People picker control can be configured with the following properties:
73
73
|webAbsoluteUrl|string|no|SpecifythesiteURLonwhichyouwanttoperformtheuserquerycall. Ifnotprovided, the people picker will perform a tenant wide people/group search. When provided it will search users/groups on the provided site. | |
74
74
| showHiddenInUI | boolean | no | Show users which are hidden from the UI. By default these users/groups hidden for the UI will not be shown. | false |
75
75
| principalTypes | PrincipalType[] | no | Define which type of data you want to retrieve: User, SharePoint groups, Security groups. Multiple are possible. | |
76
+
| ensureUser | boolean | no | When ensure user property is true, it will return the local user ID on the current site when doing a tenant wide search. | false |
76
77
| suggestionsLimit | number | no | Maximum number of suggestions to show in the full suggestion list. | 5 |
77
78
| resolveDelay | number | no | Add delay to resolve and search users | 200 |
78
79
@@ -81,7 +82,7 @@ Enum `PrincipalType`
81
82
The `PrincipalType` enum can be used to specify the types of information you want to query: User, Security groups, and/or SharePoint groups.
0 commit comments