vue-simple-suggest
vue-simple-suggest copied to clipboard
Feature-rich autocomplete component for Vue.js
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
## **I'm submitting a ...** - [X] bug report - [ ] feature request - [x] support request ## **What is the current behavior?** When I try to use this...
## **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request ## **What is the current behavior?** Keyboard control works great, but...
## **I'm submitting a ...** - [x] bug report ### How are you importing Vue-simple-suggest? - [x] ES6 (`import VueSimpleSuggest from 'vue-simple-suggest'`) ## **What is the motivation / use case...
## **I'm submitting a ...** - [x] support request ## **What is the current behavior?** I'm using an AJAX request to load in the list data, which is working fine,...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** When I click on input...
it show this error when you update all data related to vue suggest and the error was with this line: `if (this.text.length < this.minLength) {` dist/es6.js:546 i fixed with this:...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** `select`/`suggestion-click` not firing on the...