You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
When tabbing through a form with custom-defined tabindex attributes, md-datepicker does not function as expected by selecting the internally-compiled input HTML element. Instead, the tabbing sets the focus the md-datepicker element itself, not the input field and neither does it focus forward to the input. The only way to input data into the date picker input field without clicking on the field is to cycle completely through the form, after which the datepicker input field is finally selected.
Seems my PR didn't pass its tests. Not sure what the errors mean though. Was trying to implement a similar solution to the one closing issue #2113. Any ideas? The errors with Travis-CI start here if it helps.
When tabbing through a form with custom-defined tabindex attributes, md-datepicker does not function as expected by selecting the internally-compiled input HTML element. Instead, the tabbing sets the focus the md-datepicker element itself, not the input field and neither does it focus forward to the input. The only way to input data into the date picker input field without clicking on the field is to cycle completely through the form, after which the datepicker input field is finally selected.
I've made an example on codepen
The text was updated successfully, but these errors were encountered: