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

``` ``` and this.username='' still not working, but this.$refs.usersAutocomplete.inputValue = '' is working. But this is not best solution

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

I find this [Matt Zollinhofer's fork](https://github.com/mattzollinhofer/vue-typeahead-bootstrap) continued development. (btw, I find it unprofessional to leave repo without any notice of unsupported/archive or "deprecation in favor of another fork" mode).

disabled doesn't work

I have to develop functionality that search zipcode from list of zipcode. When I try to search via city name or any field which string then its working fine. When...

This is mostly a great component! However, it doesn't seem to support keyboard manipulation of candidate items, can you add arrow up/down and Enter to select? thanks.

When we used it inside modal popup, The auto complete list disappears when we try to scroll bar using mouse. ![scroll bar issue](https://user-images.githubusercontent.com/7645173/138398476-8586d508-cecd-4aa2-a560-35d1b0f2510c.png)

https://github.com/alexurquhart/vue-bootstrap-typeahead/blob/d0bc7650fbf5e907e5a9495c4f6794b267c2dcf3/src/components/VueBootstrapTypeahead.vue#L28 It should be `vbt-autocomplete-list`.

When typeahead input is on bottom of page and user open typeahead hints, many of them are out of screen. This is my solution of this problem. When input is...

when the backend call coming with fields that has null and this fields are mapped in the v-model it always throw this error Cannot read property 'normalize' of null what...