darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

Automatically select the first suggestion found #212

Open viniciusgugelmin opened 3 years ago

viniciusgugelmin commented 3 years ago

Is there any way to auto select the first suggestion when found something? To avoid having to press the down arrow or select with the mouse when it's the first match...

darrenjennings commented 3 years ago

I like this idea, maybe a prop highlightFirstSuggestion like react-autosuggest has https://github.com/moroshko/react-autosuggest#highlightfirstsuggestion-optional

viniciusgugelmin commented 3 years ago

yep yep, it will help a lot!

viniciusgugelmin commented 3 years ago

I like this idea, maybe a prop highlightFirstSuggestion like react-autosuggest has https://github.com/moroshko/react-autosuggest#highlightfirstsuggestion-optional

I sent a PR