i-like-robots / react-tags

⚛️ Legacy repo for the fantastically simple tagging component for your React projects (legacy repo)
http://i-like-robots.github.io/react-tags
MIT License
457 stars 170 forks source link

Any easy way to display the full list of suggestions when user focus on the input? #240

Closed juanlet closed 3 years ago

juanlet commented 3 years ago

I would like to display the list of suggestions when the user focus on the input to make it more intuitive to users who don't know the options. I haven't found a way of displaying the suggestion list on the docs, any way to do this?

i-like-robots commented 3 years ago

Setting minQueryLength to zero will show the suggestions on focus.