vue-search-select
vue-search-select copied to clipboard
A Vue.js search select component
There's no info at all about the :customAttr prop on the docs, it says that it's a function, but how does it work? Examples: `:customAttr="()=>{ 'type=\'search\'' }"` `:customAttr="()=>{ return {'type':...
I use the dropdown inside a vuejs modal window,and the the dropdown gets cut if the list size is bigger than the window. the last few elements are missed out...
https://codesandbox.io/s/vue-template-rev9c ``` suppliers: [ { id: 1, supplier_id: 22, supplier: { id: 22, name: "Supplier One" } }, { id: 2, supplier_id: 32, supplier: { id: 32, name: "Supplier Two"...
i want to get every time @change value into a console. how i get?
If the value of an option is exactly the same as the text and you select an option. On reopening the dropdown it only shows the selected option untill you...
Please add attribute for catch icon, within select option like this 
Using v2.8.3 from npm. Using a basic-select works functionally in all the ways that i need, except that when searching the custom attribute is being applied in the order of...
I was looking for an attribute or option on the model-select that limits the number of items visible in the dropdown list? However, I wasn't able to find an answer...
I need to change the autocomplete off for another value. this is a hack for google chrome where autocomplete off doesn't work