vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
An autocomplete/typeahead component for Vue 2 and Bootstrap 4
Currently I use a watcher method which does some complicated search and provides array of results in a beautiful order (based on my custom priority). But when results are displayed...
Even if I sort the data source, the suggestions are not displayed in alphabetical order. Example Array ['Another Organization', 'Cool Organization'] Typing "Org" will display Cool Organization first. Is there...
hi! I have problem with suggest list, which is hidden, after when i want swipe suggest list, it's only available in tabs likein code ` `  
Would be good to navigate through option with arrow keys. Currently to choose item, use has to use mouse... Is it possible to do that? Any workarounds?
Fixes #37 . You may want to look at VueBootstrapTypeaheadList.vue's setActiveItem method, since it's perhaps not the cleanest solution.