-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(Select): added option for no default selection #749
Conversation
src/components/SelectComponents/Select/__tests__/Select.spec.js
Outdated
Show resolved
Hide resolved
23a689f
to
f73c11c
Compare
When I tried tested the |
Maybe it is too late for this point, but I wonder why you decided to implement the arrow in FieldWrapper / SelectBase that is used in different places and not in the Select itself, as it was before, and as it is done in Combobox for instance. |
The "clear" button is implemented |
Fixed, now it works for the both implementations. These changes also fixed |
should we use this option also in Combobox? maybe it is a quick fix can be done here, or if not, create a followup story (that we will never pick up with the current pace, but at least have a record for future generations :-P ) |
Last thing, I think the PR title / commit message after squash should be
|
It makes sense, I already was trying to do that, but it requires some changes in Combobox. I created task for refactoring ONEUI-303 |
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Use imperative, present tense in your commit description ("change", not "changed" or "changes") without uppercases or period (.) at the end.
Checklist