Open
Description
Description
The Autocomplete
button has different behaviors when deleting characters off of a selection and pressing Esc vs clicking out of the Autocomplete's focus.
I was expecting this to be the same, so that users deleting characters off the end of their selection will be forced to reselect from the dropdown. E.g; if I select “alligator”, and delete r, o -- I want “alligat” to remain, or for the value of the Autocomplete input to be erased.
cc @pksjce for helping me understand what's going on with the component!
Steps to reproduce
- Enter text into the Autocomplete component
- Select any option from the dropdown list
- Delete a few characters off the end
- Click outside and watch the input autocomplete to the previous selection
- Optional, repeat steps 1-3, but press Esc and observed desired behavior
Version
v35.32.2
Browser
Chrome