vue-simple-search-dropdown icon indicating copy to clipboard operation
vue-simple-search-dropdown copied to clipboard

:eight_pointed_black_star: Vue.js simple autocomplete dropdown component

Results 17 vue-simple-search-dropdown issues
Sort by recently updated
recently updated
newest added

if you use in dropdown list a name that have symbol: + is impossible to selected it. Same problem if you use symbol ( and ) The problem is in:...

how can I get the value of the selected option

Use ```html ``` Now try to select the second option, 'a'. Your choice of 'a' will not appear as value, but 'ab' will be shown instead.

Hello, I'm getting the error ```Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c') at Proxy.n (:3001/js/webpack:/node_modules/vue-simple-search-dropdown/dist/vue-simple-search-dropdown.js:1) ``` not sure if it's because I'm on Vue3? Here are...

Is there also a option with filtering but not filtering out elements from UI only selecting the found element in dropdown ?

I'm unable to remove selected value of that dropdown. i.e. which is visible in that input type.

Hi. I've made a small update to your component to prevent the browsers to display the default auto-complete pop-up.

Hi Romain, I'm trying to implement your search plugin and have got the list from my GraphQL edges and the selection working, but I'm having a hard time figuring out...

Hi Will it be possible to use the list, but if user have another input not on the list, to keep this input in field? Something like "not restricted to...