Autocomplete downshift delete text #17409
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
support: Stack Overflow
Please ask the community on Stack Overflow
Current Behavior 😯
In the example page of the documentation: Link
Trying the first field, the one named "Country", that is the first, I select any element.
Then I put myself on the same input field, where the previously selected text appears and I delete character by character, which is in the input field.
When I deleted every single character that is in the input field, I exit the input field, so there is no focus on the input field, at that moment the input field that was empty returns with the text that was deleted by me before .
Expected Behavior 🤔
The text was updated successfully, but these errors were encountered: