-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feature: Search in Member Picker #2076
Conversation
- Localization of "Search" placeholder label - Shows search clear button only when there is text/query - Code imports sorting
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works great! 🚀
I made a UI tweak with the "search clear" button, to only show it when query text had been entered; and I localized the "Search" placeholder label.
Description
This is the first iteration of the search functionality in pickers. I started with the Member Picker as we had all the parts needed to complete the feature. When implementing search in other pickers we might be able to componentize some of the functionality.
Types of changes