Option to avoid focus on clear button (tabindex) during keyboard navigation
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.
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?
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?
Hello. Are there any plans for merging this feature in the near future?
This is still a problem for me. Any updates or fixes in sight?