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

Solving issue here https://github.com/mattzollinhofer/vue-typeahead-bootstrap/issues/88

This PR is not ready for merging as there some issues: 1) Doesn't handle 'minMatchedCharacters'. It needs to handle initial typing and also backspacing 2) Do we want an additional...

_This is a discussion/brainstorm PR at this point. All thoughts are welcome._ ### Premise I believe we can provide more a more usable API by bubbling more events up to...

Focus event may be useful for loading initial data for list instead of using `mounted` hook for that case. Also I added `id` attribute for input for use with ``.

Hi, I am migrating a vue2 project to vite (4). In doing so, I found that vue-typeahead-bootstrap wouldn't import. The problem is in the import of lodash. ``` import clone...

Trying to use this in Nuxt with vue 2 results in a SyntaxError: Unexpected token '

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/138443294-a8d65c2f-aca4-4123-8224-a3ccf8d5400a.png)

Hi, thinking of switching over from Alex repo. His code does a pretty good job for me, really the only issue that I am running into is that the searching...

enhancement
looking for community support
improve matcher

When I type some characters into the typeahead and click on a suggestion in the list, the @hit event is emitted twice - once with a string value and once...