i-like-robots/react-tags

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

juanlet opened this issue · 1 comments

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?

Setting minQueryLength to zero will show the suggestions on focus.