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

An autocomplete/typeahead component for Vue 2 and Bootstrap 4

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

Is there any plans for Vue3 support for this library? Any idea on the amount of effort it would take? https://v3.vuejs.org/guide/migration/migration-build.html

There are a few props (i.e. `ariaLabelledBy`, `placeholder`) that are not documented https://mattzollinhofer.github.io/vue-typeahead-bootstrap-docs/guide/reference.html#props but do appear on the component definition (and `placeholder` is mentioned in `Examples`). Is it worth updating...

Please add autocomplete="off" to the search input. Maybe its good idea to to change the input type to "search" as well.

question

Looking at the documentation, I can't tell if this is intended or not, but @ hit events trigger @ input events to fire. ![image](https://user-images.githubusercontent.com/10404888/117357325-6d6c7680-ae7a-11eb-9fb4-056942d1e5c6.png) So if I select something from...

Thanks for maintaining this. I need lazy behaviour on v-model, like `v-model.lazy="name"`. But it doesn't seem to be implemented in this component. My problem: the component is bound to a...

looking for community support

Needs ability to append the dropdown to the body so that it can be seen outside of overflow containers

question

![image](https://user-images.githubusercontent.com/5518060/108429923-9c296800-720e-11eb-8ea2-c312d2784307.png) - Object error occurred in IE 11 - Issue exists in vue-typeahead-bootstrap **version > 2.5.5**

bug
help wanted

After input has been entered, i get input events, but after pressing the ESC key, no event comes to the app to reset the variable or clear my selection.

question

Hello @mattzollinhofer I met an issue when selecting options. Because the tag's HREF value is '#', the page caused to scroll to top. Please consider to change `href="#"` to `href="javascript:void(0)"`....

It would be idea to allow for items to be passed in with a `group` value. Expectation would be typeahead organizes the items within their listed groups and presents group...