vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
Option: Show all on initial focus event
Is it currently possible to show all on initial focus event? I have tried setting minMatchingChars=0 which will show all after a key is pressed.
I merged a fix for this into my fork (https://github.com/mattzollinhofer/vue-typeahead-bootstrap) of this project that I'm actively maintaining. Set the showOnFocus flag and it will open the list as soon as the user clicks into the typeahead field!
You can find it on npm here: https://www.npmjs.com/package/vue-typeahead-bootstrap.
I hope this helps!