re-com
re-com copied to clipboard
Suggestions shown in typeahead even when not focused
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!