vue-bootstrap-typeahead icon indicating copy to clipboard operation
vue-bootstrap-typeahead copied to clipboard

An autocomplete/typeahead component for Vue 2 and Bootstrap 4

Results 74 vue-bootstrap-typeahead issues
Sort by recently updated
recently updated
newest added

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 ` ` ![Zrzut ekranu (89)](https://user-images.githubusercontent.com/36790120/65026502-f7c83580-d938-11e9-95db-eb6246010735.png) ![Zrzut...

It would be nice if this supported "state" so validation could be added to the field

I have used v-model directive and I can see value is set into my store which I am populating again on mounted callback but that value is not populating in...

Disable the regex items matching if minMatchingChar === 0. Useful when using with external services (like a geocoder) where all results are already filtered based on the search query.

Hi, I got strange errors, though select is working: ```js ``` In the console I got errors. It occurs each time I input a new characters in the field. ![image](https://user-images.githubusercontent.com/2910327/76158526-49e75800-611f-11ea-9e0a-9d136b63e63f.png)

Component has issues in IE 10/11.

bug
help wanted
good first issue

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.