Closed vlmlee closed 1 year ago
The autocomplete input will remember suggestions made even after clearing the input field.
Clear the suggestions state variable if the input field is an empty string.
suggestions
Thanks for raising a fix!
Issue
The autocomplete input will remember suggestions made even after clearing the input field.
Solution
Clear the
suggestions
state variable if the input field is an empty string.