You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have had issues where users don't click an option when using the Autocomplete component. The way it is now there is not a distinct enough indicator that tells the user they have not selected a value just typed it in. As an example we have a form were a lot of the options are short ["A1", "A2", "B3"] in this case users sometime just type "A1" and move on to the next field. Think they have input the correct value.
Describe the solution you'd like
When a user types into the Autocomplete and does not pick an options the input field should clear on blur.
Describe alternatives you've considered
Adding a visual indicator that the users has typed something, but not picked anything. That would still require a change to Autocomplete or creating custom styling in every project that overrides the default styling.
The text was updated successfully, but these errors were encountered:
Duplicate of #3070
This issue was discussed on slack last year and we concluded to clear input on blur and add a "no options" item in the dropdown when there are no filter results
Is your feature request related to a problem? Please describe.
We have had issues where users don't click an option when using the Autocomplete component. The way it is now there is not a distinct enough indicator that tells the user they have not selected a value just typed it in. As an example we have a form were a lot of the options are short
["A1", "A2", "B3"]
in this case users sometime just type "A1" and move on to the next field. Think they have input the correct value.Describe the solution you'd like
When a user types into the Autocomplete and does not pick an options the input field should clear on blur.
Describe alternatives you've considered
Adding a visual indicator that the users has typed something, but not picked anything. That would still require a change to Autocomplete or creating custom styling in every project that overrides the default styling.
The text was updated successfully, but these errors were encountered: