-
Notifications
You must be signed in to change notification settings - Fork 4.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
Materialize Select is not focusable with key tab #548
Comments
👍 |
1 similar comment
👍 |
The following elements support the tabindex attribute: A, AREA, BUTTON, INPUT, OBJECT, SELECT, and TEXTAREA. I'm not sure how we would solve this issue atm, sorry. |
Can you please reopen this task. I'm working on this functionality and it is almost done. I will create a pull request in few days. |
robinbortlik
added a commit
to robinbortlik/materialize
that referenced
this issue
Feb 1, 2015
…oard - refactored dropdown component - add open and close listeners to dropdown component - refactored select component (replace span by input) - add keypress binding and logic to select
Here is promised pull request #582 |
Dogfalo
pushed a commit
that referenced
this issue
Feb 2, 2015
- refactored dropdown component - add open and close listeners to dropdown component - refactored select component (replace span by input) - add keypress binding and logic to select
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested on this page http://materializecss.com/forms.html
The text was updated successfully, but these errors were encountered: