-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] should have props to set tabindex on clearable icon #11202
Comments
This comment has been minimized.
This comment has been minimized.
I have temporarily avoided it by using directive. |
This comment has been minimized.
This comment has been minimized.
I think it should be valid to enable it to be tabbed, but the default should have it set to tabindex=-1. |
Agreed, I hope this becomes optional behavior. On heavy data entry applications with advanced/power users the extra [TAB]s involved will really slow them down. There is absolutely a use case for this though in more public facing applications where accessibility is important. |
I almost consider this a bug but am leaving it tagged as a Feature for now even though I'd like to get it done as part of v2 maintenance. |
This workaround is semi-broken as of 2.5.2 and on for text-fields that are not pre-populated with data. 2.5.2 changed it so the clear icon is not created until there is data in the field. See https://codepen.io/tomdanizer/pen/XWgLqdg It still works if the fields are pre-populated with data. |
https://ux.stackexchange.com/q/125755/148323 In v3 they currently aren't focusable, but also have |
Problem to solve
You can't skip tabindex on clearable icon
Proposed solution
should have props to set tabbindex
:clearable-tabindex="-1"
The text was updated successfully, but these errors were encountered: