-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(module:time-picker): make keyboard navigation possible
Tabbing away from time-picker overlay was not possible: It wrapped around and usually ended up in browser's address bar. Also, once you selected time-picker wrapper span, there was no way to open the overlay via keyboard. This fixes this. Tabbing away from overlay now focuses on time-picker wrapper span. Pressing enter on the wrapper span opens the overlay.
- Loading branch information
1 parent
fbfb4da
commit 89f1d87
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters