vue-search-select
vue-search-select copied to clipboard
Can't manage to make the :customAttr prop to work.
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': 'search'} }"
:customAttr="()=>{ return ['type','search'] }"
:customAttr="()=>{ 'type','search' }"
None of them works. Could you kindly provide more info about this?
Did you find the solution? I want to add tabindex on it.
Not yet, l've let it aside for now. Still hope any user/dev could answer.