day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Suggestions shown in typeahead even when not focused #287

Open ephigabay opened 3 years ago

ephigabay commented 3 years ago

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!