vue-simple-suggest
vue-simple-suggest copied to clipboard
Feature-rich autocomplete component for Vue.js
I'm new to CSS and I would like to disable `width: 100%;` under the following css ``` .vue-simple-suggest.designed .input-wrapper input { display: block; width: 100%; padding: 10px; border: 1px solid...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** When in select mode, the...
## **I'm submitting a ...** - [ ] bug report ## **What is the current behavior?** vue-simple-suggestion always re-render even v-model not changed ## **If the current behavior is a...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** Input goes back to what...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** ## **If the current behavior...
Hello, In my vue/cli 4 / Bootstrap 4.3 app I make suggestion component(using vue-simple-suggest) with some additive parameters and returning data I need to get slug field of selected row...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** Updating `list` prop doesn't affect...
## **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request ## **What is the current behavior?** For now, there is no...
## **I'm submitting a ...** - [x] support request ## **What is the current behavior?** If we want to implement Async suggest how can we pass function parameter for getSuggestionList...
Search is performed on initial load without any interaction (since upgrading from 1.9.5 to 1.10.1)
## **I'm submitting a ...** - [x] bug report ## **What is the current behavior?** I have a table with 30 rows which has a vue-simple-suggest input in one column...