- Allow up/down arrow keys to wrap without an extra key push.
- Added
disableSort
. No sorting occurs and the list is presented to the user as it is given to the component. - Fix IE 11 display issue. Fixes issue listed here: alexurquhart/vue-bootstrap-typeahead#2 (comment)
- Add documentation.
- Restarted maintenance of this project. Needed to rename because I was unable to contact the original developer.
Merge PRs from previous repo:
- Keyboard support for arrow keys
- Added
showOnFocus
. Show results as soon as the input gains focus before the user has typed anything. - Added
showAllResults
. Show all results even ones that highlighting doesn't match. - Initialize input field correctly
- Fixed #3 & #4
- Added a scoped slot for custom suggestion list items
- Added library build + unpkg tags
- Updated documentation site (working on gh-pages)
- Added basic unit tests
- Fixed positioning bug for the typeahead list when the prepend slot was used
- Forgot to update the
dist/
folder with new build from last release. - Added updated documentation.
docs
folder now to be published to gh-pages - Updated readme
- Added
.npmignore
- Fixed Safari bug (issue #14)
- Fixed error when
v-model
is not used on component (issue #18)
- Re-fixed error when
v-model
is not used on component (issue #18)
- Re-fixed error when
v-model
is not used on component (issue #18) - More comprehensive unit testing is now a priority, edge cases are harder to find than I thought 😂
- Fixed
maxMatches
bug. Thanks to @jimfisher