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
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
Open the people picker selector and type into the search box, then click cancel and when reopening the people picker selector the search is still applied but the box is empty.
Proposed fix:
PeoplePickerSelector.tsx 95 (after the onAccept property of the modal component)
onCancel={(): void=>{setSearchTerm('')}}
The text was updated successfully, but these errors were encountered:
Open the people picker selector and type into the search box, then click cancel and when reopening the people picker selector the search is still applied but the box is empty.
Proposed fix:
PeoplePickerSelector.tsx 95 (after the onAccept property of the modal component)
The text was updated successfully, but these errors were encountered: