@vue-bootstrap-components/vue-bootstrap-autocomplete v2.17.0
Contributors and PRs welcome
Hello everyone. vue-bootstrap-autocomplete is a continuation of where vue-typeahead-bootstrap left off. To move this project forward again, every contribution is welcome. Fixing bugs, adding features, improving documentation, every bit helps so don't be afraid to open a pull request. I won't bite, I promise.
vue-bootstrap-autocomplete
A simple list-group based typeahead/autocomplete using Bootstrap 4 and Vue 2
Here are some live examples, give them a try here.
Getting Started
Getting started guide is here.
Documentation
Contributing
Please note that active development is done on the main branch. PR's are welcome! Here are the basic steps to get going.
Here are the steps to getting the project to work locally:
- Clone the repo:
git clone git@github.com:drikusroor/vue-bootstrap-autocomplete.git npm civuepress dev docs- Open a browser and go to localhost:8080
- Then to run tests:
npm run test:unit
2.13.0 Release - Migration Necessary
If you were using a version prior to 2.13.0, you'll need to change all references of vue-bootstrap-typeahead or vue-typeahead-bootstrap to vue-bootstrap-autocomplete and of VueBootstrapTypeahead or VueTypeaheadBootstrap to VueBootstrapAutocomplete.
tl;dr
Replace old by new:
| Old | New |
| --- | --- |
| vue-bootstrap-typeahead | vue-bootstrap-autocomplete |
| vue-typeahead-bootstrap | vue-bootstrap-autocomplete |
| VueBootstrapTypeahead | VueBootstrapAutocomplete |
| VueTypeaheadBootstrap | VueBootstrapAutocomplete |
The original projects lost its maintainers, and we picked it up to keep it moving.
More info here if you're interested:
Local Examples/Demo
Clone this repository and run vuepress dev docs. Then, navigate to http://localhost:8080/vue-bootstrap-autocomplete-docs/ to launch the documentation and examples. The source is in docs/README.md and docs/.vuepress
Lineage
- I want to acknowledge the original repository by Alex Urquhart for this work: https://github.com/alexurquhart/vue-bootstrap-typeahead.
- I also want to acknowledge the continuation of Matt Zollinhofer of this project: https://github.com/mattzollinhofer/vue-typeahead-bootstrap.