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

Is there any way to set RTL direction ?

customText is used to display items in select, and selected items. It could be fine to be able to have a distinct customText function Use case : I display in...

I noticed a bug when entering a search and the pressing the "ESC" key. The menu closes as expected, but the cursor remains in the input field along with the...

When I am typing Japanese , I need to use Enter key to complete typing. However, when I do that **vue-search-select** fires the select event at the same time. This...

When the select input is open and empty hitting backspace will delete all selected options. Is there a method to overwrite this behaviour?

Adding required to the the does not propagate it the the input that is created.

Resolves moreta/vue-search-select#117 Updating Basic Select to use filterOptions instead of options when checking customAttrs. This stops the issue where when searching, incorrect attrs get assigned based on the original options...

Is there a way to keep the searchText when inputing in the model-list-select component? I noticed that if you type text, make a selection, and then go back to select...

Is it possible to choose which direction to list? I wish the list goes up.

I'm getting an undefined value when I delete the text in the search box. ![0](https://user-images.githubusercontent.com/21101482/59674605-881ca000-91bb-11e9-8fd4-83eccaae8a58.jpg)