re-com icon indicating copy to clipboard operation
re-com copied to clipboard

Suggestions shown in typeahead even when not focused

Open ephigabay opened this issue 3 years ago • 0 comments

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:

  1. Go to re-com demo
  2. change the data source to be async
  3. change rigid? to true
  4. 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!

ephigabay avatar May 16 '21 13:05 ephigabay