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
Hi :)
When using the typeahead with async callback, if the user clicks outside the component before the suggestions arrive, they are still shown on arrival.
Steps to reproduce:
Go to re-com demo
change the data source to be async
change rigid? to true
type "a" in the typeahead and quickly click elsewhere before the suggestions arrive
expected behavior: suggestions are not shown because the component is blurred
Is there a way to fix this?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi :)
When using the typeahead with async callback, if the user clicks outside the component before the suggestions arrive, they are still shown on arrival.
Steps to reproduce:
true
expected behavior: suggestions are not shown because the component is blurred
Is there a way to fix this?
Thanks a lot!
The text was updated successfully, but these errors were encountered: