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

Allow the dropdown list of options to be displayed before the user starts typing values

When we hover a suggestion, the class `active` is added to the list item. However, the class active renders very aggressively (bg-primary) and should be applied only once the option...

enhancement

On Safari, selecting item from the list doesn’t do anything! Any solution?

bug

Hello, How do i send the data selected by the user through a form? I cant find a way. I'm a newbie on vuejs and web development.

Hi Can i set some CSS to get the searchlist wider that the actual search field ? Best Carsten

Sorry to dig up this thread again. I am also facing a similar issue ``` ERROR in ./node_modules/vue-bootstrap-typeahead/src/components/VueBootstrapTypeahead.vue 1:0 Module parse failed: Unexpected token (1:0) You may need an appropriate...

There should be a way to give the user some feedback when there is no match from the API. Currently we only see the shadow of the result list.

enhancement

There is already an input event, triggered on input on the `` (:thinking:...). It might be useful to have other events : - `submit`: currently when a user hits enter,...

Hi, would it be possible to attach the list to the body so when the list is displayed won't be under other components? It seems to be a bootstrap problem...