-
Notifications
You must be signed in to change notification settings - Fork 40
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
Combobox - Clear selected input #2022
Comments
Thanks for requesting this feature! Things have been abit busy, but we'll have a look at this. First of we are thinking of testing this with always having the clear buttons visible when a value is selected in both We'll have a feature out for testing on |
I have added this in #2130, but has not yet been pushed to the next tag. |
Hey @TobiasHansen! We have released this under the Please test them and let us know 🤞 |
@mimarz Sorry for the late response, thanks, works great now! |
Description
The clearing option is disabled if the Combobox is not being used as
multiple
. We have a form where we need our users to being able to clear a selected value, current workaround is to have a clear button beside the Combobox, but I would like the UI to be consistent between all Comboboxes used in the form.I see that different design systems does this does this differently, some allows it (like Aksel ), and some doesnt.
My proposal is to make it possible to clear the value, but if that is not desirable then I would like to be able to send in a custom
InputField
to extend the component ourself.Additional Information
No response
The text was updated successfully, but these errors were encountered: