-
Notifications
You must be signed in to change notification settings - Fork 93
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
Improve multiselect #3100
Improve multiselect #3100
Conversation
- Add focus effect for better accessibility - Increase font size to be 15px like the other component - Update style to be more like the NcInputField There is still some remaining issues that are not fixed by this PR, notably the width of the multiselect component change when clicking on it. This is a preexisting issue Signed-off-by: Carl Schwan <[email protected]>
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!
It's kinda strange that the field itself is double height when open, but guess also preexisting issue.
Signed-off-by: Carl Schwan <[email protected]>
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.
Had a quick pass over the code. Looks legit.
There are still some remaining issues that are not fixed by this PR,
notably the width of the multiselect component change when clicking
on it. This is a preexisting issue :(