vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
An autocomplete/typeahead component for Vue 2 and Bootstrap 4
moved inputValue to a calculated field
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...
On Safari, selecting item from the list doesn’t do anything! Any solution?
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.
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...