-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Input/Dropdown/Button should not have tab stops when disabled #966
Comments
Added Also, if we use the Currently a user cannot set |
Thanks much! |
Right now, if the dropdown is disabled or a search the |
Gonna tackle this as. |
PR up #1100 |
Released in |
Steps
Expected Result
The tab key should skip focus for disabled Inputs, Dropdowns, and Buttons. The text should not be selected, neither should there be a tab stop here.
Actual Result
Even though the user can not enter text into the controls, there is a tab stop for them. The text is highlighted and the active blue border is applied. This is against the native behavior of HTML elements.
Version
60.1.8
Testcase
http://codepen.io/levithomason/pen/QGOPPGUpdated to add button: http://codepen.io/jeffcarbs/pen/QGQgPJ
The text was updated successfully, but these errors were encountered: