Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset/Clear PeoplePicker #236

Closed
yaseralhosani opened this issue Nov 18, 2022 · 2 comments
Closed

Reset/Clear PeoplePicker #236

yaseralhosani opened this issue Nov 18, 2022 · 2 comments
Labels
code Issue is related to a Power Apps code component Component: PeoplePicker 🛠️ enhancement New feature or request

Comments

@yaseralhosani
Copy link

yaseralhosani commented Nov 18, 2022

Needed to add a function for reset/clear PeoplePicker

@Ramakrishnan24689
Copy link
Collaborator

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() );

@denise-msft denise-msft transferred this issue from microsoft/powercat-code-components Dec 21, 2022
@RajeevPentyala RajeevPentyala added this to the Backlog milestone Nov 17, 2023
@denise-msft denise-msft added the code Issue is related to a Power Apps code component label Feb 7, 2024
@denise-msft
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Issue is related to a Power Apps code component Component: PeoplePicker 🛠️ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants