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
Please specify what version of the library you are using: [1.11.0 ]
Expected / Desired Behavior / Question
I'd like to be able to clear the value(s) selected in the PeoplePicker programmatically. In my specific case, I'm using the People Picker to select a person to use for filtering a listof items.
Observed Behavior
When I set defaultSelectedUsers to [] (an empty array), the previously selected value remains.
Steps to Reproduce
Here's an example of my code for defaultSelectedUsers:
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [1.11.0 ]
Expected / Desired Behavior / Question
I'd like to be able to clear the value(s) selected in the PeoplePicker programmatically. In my specific case, I'm using the People Picker to select a person to use for filtering a listof items.
Observed Behavior
When I set defaultSelectedUsers to [] (an empty array), the previously selected value remains.
Steps to Reproduce
Here's an example of my code for defaultSelectedUsers:
This will either yield an array of email addresses or an empty array.
The text was updated successfully, but these errors were encountered: