People Picker: starting the search after digiting n characters #374
Labels
Good First Issue 🏆
help wanted
status:fixed-next-drop
Issue will be fixed in upcoming release.
type:enhancement
New feature or enhancement of existing capability
Milestone
Category
[x] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 1.14.0 ]
Expected / Desired Behavior / Question
I noticed that the People Picker doesn't give the chance of choose the number of characters for starting the search. I know the related performance issues, but I think that is a bit limitating.
The responsable line code is:
https://github.com/SharePoint/sp-dev-fx-controls-react/blob/329cbc86051b306c072a741a721da8e2bcfc24dd/src/controls/peoplepicker/PeoplePickerComponent.tsx#L105
I think would be usefull to have a optional prop in IPeoplePickerProps for set this number.
Observed Behavior
The search starts only after have digit the third character. I think is limitating.
Thanks!
The text was updated successfully, but these errors were encountered: