vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

A Vue.js search select component

Results 62 vue-search-select issues
Sort by recently updated
recently updated
newest added

What would be great is the ability to search multiple words, e.g. Options: 1 - Cat Bat Hat 2 - Rock Paper Scissors When I search for 'cat hat', it...

How to forbid input of special symbols in the entry field? By means of regular expressions. I'm use: ```this.$refs.l.children[0].searchText = searchText .replace(/[^a-zA-Zа-яА-Я0-9\s]/gi, '')```

I need do some different way to match option like weight sort so need custom function. do we have this feature?

I have a scenario when an option does not exist in the options list pulled from database and i would like to create it. Basically create if not exists and...

enhancement

Is it possible to disable a list of specific options.?

enhancement

Can someone show me how to add class name in list custom select box.

enhancement

How do I get a handle on the select and choose options in a nightwatch test? model-select does not appear to pass through anything like ID or class that can...

The search by default on click shows a populated list. Is there a way to show only the entries related to what a user types, which does happen after the...

It would be nice to have option groups available, or maybe I just could not find it in the documentation.

Does model select support images in drop down.? If yes then how we can add it