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
I've noticed that for some reason, whenever I'm using the text search function for Autocomplete, the component ceases to be in focus and the text cursor disappears if I delete the last character from the search bar. However, this doesn't seem to happen in the Codepen examples, so I've been trying to debug this to no avail. It doesn't seem like I can set a ref to the input field and then use the .focus() method on it either, so I'm a bit at a loss. Thanks.
The text was updated successfully, but these errors were encountered:
I've noticed that for some reason, whenever I'm using the text search function for Autocomplete, the component ceases to be in focus and the text cursor disappears if I delete the last character from the search bar. However, this doesn't seem to happen in the Codepen examples, so I've been trying to debug this to no avail. It doesn't seem like I can set a ref to the input field and then use the .focus() method on it either, so I'm a bit at a loss. Thanks.
The text was updated successfully, but these errors were encountered: