Skip to content

Commit a02ed31

Browse files
Updated People picker documentation
1 parent fd86d38 commit a02ed31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/docs/controls/PeoplePicker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { PeoplePicker, PrincipalType } from "@pnp/spfx-controls-react/lib/People
3838
showtooltip={true}
3939
required={true}
4040
disabled={true}
41+
searchTextLimit={5}
4142
onChange={this._getPeoplePickerItems}
4243
showHiddenInUI={false}
4344
principalTypes={[PrincipalType.User]}
@@ -83,6 +84,7 @@ The People picker control can be configured with the following properties:
8384
| resolveDelay | number | no | Add delay to resolve and search users | 200 |
8485
| placeholder | string | no | Short text hint to display in empty picker |
8586
| styles | Partial<IBasePickerStyles> | no | Styles to apply on control |
87+
| searchTextLimit | number | no | Specifies the minimum character count needed to begin retrieving search results. | 2 |
8688

8789
Enum `PrincipalType`
8890

0 commit comments

Comments
 (0)