Reset/Clear PeoplePicker
Needed to add a function for reset/clear PeoplePicker
Hi @yaseralhosani,
Thanks for reaching out.
We will add this in our backlog.
As a workaround to clear/reset PeoplePicker, Create a Collection DefaultUserCollection and refer it in the Items Property. If you are already using a collection to set the pre-selected users, then use the same and set it to blank.
ClearCollect( DefaultUserCollection, User() ); ClearCollect( DefaultUserCollection, Blank() );
Thank you for your suggestion and for taking the time to share your ideas with us. At this moment, we are focusing on maintaining and improving our existing features and are not supporting new feature enhancements. However, we appreciate your input and will keep your suggestion tagged and in mind for future considerations.