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

Option to avoid focus on clear button (tabindex) during keyboard navigation

Open kkhimself opened this issue 6 years ago • 4 comments

Is your feature request related to a problem? Please describe. When I have clearable set to true and navigating using tab button on the keyboard, focus moves from the dropdown to the clear button before moving to the next form element.

Describe the solution you'd like An option to remove tabindex on the clear button to that focus moves directly to the next input element.

kkhimself avatar Mar 31 '20 16:03 kkhimself

So weirdly this looks like its only an issue with Vue 2.6+

https://codepen.io/markcianfrani/pen/zYrxoRv

If you downgrade Vue to 2.5, it doesnt select the clear button. I thought maybe it had something to do with the changes to nextTick but I don't think that's relevant. Should the clear button have a tabindex of -1 by default?

markacianfrani avatar Jun 04 '20 16:06 markacianfrani

Hi. I have the same issue, and it is critical for me. Is it there some information when do you think to implement and release fix of this issue?

ipetrov87 avatar Jun 18 '20 07:06 ipetrov87

Hello. Are there any plans for merging this feature in the near future?

wrurik avatar Oct 27 '20 16:10 wrurik

This is still a problem for me. Any updates or fixes in sight?

ghost avatar Sep 29 '21 13:09 ghost