This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add focus trapping to mdl-temporary-drawer
#1
Labels
Comments
Superseded by #70. |
Closed
gitbook-legacy bot
pushed a commit
to kittyjumbalaya/material-components-web
that referenced
this issue
May 5, 2017
Add a callback property that is called whenever the MenuItem focus is changed. Sometimes it will be called when the focus isn't changed. For example: * If top menu item is keyboard focused (call material-components#1) and then the up arrow is pressed (call material-components#2). * If some menu item is keyboard focused (call material-components#1) and then that same menu item is clicked (call material-components#2).
gitbook-legacy bot
pushed a commit
to kittyjumbalaya/material-components-web
that referenced
this issue
May 5, 2017
Allow input to accept a string or a number
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems we forgot to do focus trapping while the drawer is open, as we do for
mdl-simple-menu
. We should refactor out the focus trapping code and use it across both components.@traviskaufman FYI.
The text was updated successfully, but these errors were encountered: