[AutoComplete] does not display render menu items properly on backspace #2297
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
Whenever I delete from the
searchTerm
after adding a character to the term, the menu items do not display text besides the first element.Exception that you will see in the gif:
It works if the next appended character has no autocomplete results.
Changing my filter function has not affected this behavior.
The text was updated successfully, but these errors were encountered: