vue-bootstrap-typeahead
vue-bootstrap-typeahead copied to clipboard
An autocomplete/typeahead component for Vue 2 and Bootstrap 4
Thanks for this easy to use and implement plugin. When implementing the plugin with an API, it fires the debounce method after an item on the autocomplete list is selected....
The current build does not allow all input properties to be used. For example maxlength="2" does not restrict the input text box. Below is my example code: ``` ```
This one is tricky... https://github.com/alexurquhart/vue-bootstrap-typeahead/blob/85ff0bd1fc947f86959813115d0ed4cf34d3b832/src/components/VueBootstrapTypeaheadList.vue#L83 Currently the results from the backend are filtered using a regexp based on the query. It would be nice to be able to make it...
The suggestions are hidden when they are inside a scrollable card with overflow: hidden 