-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add design polish to TextField, SearchField, and Select #2072
Conversation
Part of this code is non-obvious, so here's an explanation: Nesting removable tags inside a
|
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.
Added some comments. Let's discuss this further in a meeting.
Co-authored-by: Kevin Ghadyani <[email protected]>
Reintroduce |
Bonkers merge issue, replacing with #2142 |
One quirk with Select: I've added the delete icon on multi-select Chips, but note that it only works on controllable Select components. If the Select is uncontrolled, the delete icon won't be displayed.