vue-typeahead-bootstrap
Advanced tools
Changelog
2.0.0 - 22 May 2020
Breaking change: Rename this component fully. To continue using this component, you'll need to change all
your usages from vue-bootstrap-typeahead
to vue-typeahead-bootstrap
.
Bug Fix: Handle ESC
keypress more appropriately
Feature: Add autoclose
to allow for the component to hide upon item selection
Feature: Migrate to VuePress style documentation
Changelog
1.0.2 - 1 Mar 2020
disableSort
. No sorting occurs and the list is presented to the user as it is given to the component.Changelog
1.0.0 - 22 Feb 2020
Merge PRs from previous repo:
showOnFocus
. Show results as soon as the input gains focus before the user has typed anything.showAllResults
. Show all results even ones that highlighting doesn't match.