vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
An autocomplete/typeahead component for Vue 2 and Bootstrap 4
Additional fix for replace on null
Based on the pull request of @Owumaro (https://github.com/alexurquhart/vue-bootstrap-typeahead/pull/10) Fixed the merge issues and added auto scrolling when you navigate with the arrow keys
Got this issue that you can't preset the value. This fixes it. Demonstrated in this pen: https://codepen.io/raymondmuller/pen/pxgXzd the value of 'query' is 'test', however the input does not reflect it....
#1 - ListItem component: replaced the old `active` class on mouseover with a property (somehow helps #6) - Typeahead component: added events on input key down: up, down, enter (somehow...
This fixes the issue mentioned in #19 Now any direct manipulation of the propped value will automatically update input value without the need for refs. If there is no v-model...
Add support for minMatchingChars=0 Replacement PR for #40 with discrete source branch.
I am using axios to update my listentries. I am searching a database with names. Sometimes i want to be able to search for part of the names e.g. "FirstNa...
add the html-5 required attribute to the input element if prop value is true
Currently it's imposible to set initial value: it doesn't react on value prop at all.