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

Could you, please, help me to resolve the next situation? I've found out that this typeahead wants data array to be filled with information. In my case, my application cannot...

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.

Hi, I have a problem with hover color in autocomplete list, it's blue with the same font color, it's look ugly. How I change this style ? ` .vbt-autcomplete-list {...

Currently, the results array is filtered based on the data passed by the serializer function, or in the `suggestion` slot. In my user case, I retrieve from the server results...

Hi! I have question - it is possible to show suggestions list after user click in input ? I mean something like google, show list only click in input thanks...

I see lots of pull requests and issues like keyboard navigation, setting initial value etc. Will there be any progress on integrating these contributions?

I have added `loading` and `loadingText` props for handle asynchronous case, such as AJAX requesting. If you have any feedback or suggestions, please reply on this PR. 😁

This will fix a bug, i've came across, when giving an undefined value to v-model. See: https://codepen.io/anon/pen/vPgeRM