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

Hello, I didn't knew where to post it, as I didn't found any forum or chat for this plugin. Is there any way to disable the behaviour that when you...

I've noticed this component doesn't fully support Bootstrap 5. For example, the HTML for the prepend text should now look like this: ``` {{ prepend }} ``` This is especially...

If visible screen in bottom of the input field is too less (

Does this component support contextual states like bootstrap inputs do? Example here: https://bootstrap-vue.org/docs/components/form-input Is there a prop for this available, and if not, could one be created? Thanks very much!

See this Firefly III issue: https://github.com/firefly-iii/firefly-iii/issues/5135 Somehow, when you select a "short" option from the dropdown (using arrows + enter) it selects the longer one. This doesn't happen when the...

The REST API gets called incorrectly twice. First time, correctly, when you enter initial characters Second time when using the mouse to select an item from the list. This causes...

I've made a basic definition which should do the trick :) ```typescript // vue-typeahead-bootstrap.d.ts declare module 'vue-typeahead-bootstrap' { import {Component} from 'vue'; interface Props { append?: string; autoClose?: boolean; backgroundVariant?:...

Seems when you CUT the text out of the field it calls the API with a blank query `GET https://api.github.com/search/users?q= 422` Which then causes a bunch of errors ``` vue.runtime.esm.js?2b0e:619...

Hi. We use a vue-typeahead-bootstrap component in a bootstrap modal window in our project. When the view is too small to accomodate the suggestions, a scrollbar appears, but when one...

Hello, when I type in some values, sometimes I got this error (sometimes not). Do you have any ideas why this happens? ![image](https://user-images.githubusercontent.com/2910327/114565985-7e123e00-9c7a-11eb-8655-7f9dc49d7c42.png) ![image](https://user-images.githubusercontent.com/2910327/114565944-70f54f00-9c7a-11eb-9bfe-9242c9636ed3.png)