vue-simple-suggest icon indicating copy to clipboard operation
vue-simple-suggest copied to clipboard

Feature-rich autocomplete component for Vue.js

Results 69 vue-simple-suggest issues
Sort by recently updated
recently updated
newest added

[//]: # (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`...

major
dependencies

[//]: # (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`...

major
dependencies

[//]: # (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`...

major
dependencies

## **I'm submitting a ...** - [X] bug report - [ ] feature request - [x] support request ## **What is the current behavior?** When I try to use this...

bug

## **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request ## **What is the current behavior?** Keyboard control works great, but...

enhancement
good first issue
major
resolved

## **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...