-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat(dom): Add focus trap utility. #5505
Conversation
joyzhong
commented
Jan 22, 2020
•
edited
Loading
edited
- Adds focus trap utility class, based heavily on Wiz FocusService
- Migrates dialog and drawer components over from davidtheclark/focus-trap to new MDC focus trap
- Removes custom MDC-lint check for class private members to have trailing underscores - this is not desired per Google TS style guide.
All 245 screenshot tests passed for commit 4195de2 vs. |
4195de2
to
bcaf399
Compare
PiperOrigin-RevId: 290989685
bcaf399
to
6ec65b0
Compare
All 245 screenshot tests passed for commit bcaf399 vs. |
All 245 screenshot tests passed for commit 6ec65b0 vs. |
All 236 screenshot tests passed for commit 1b85b14 vs. |
All 203 screenshot tests passed for commit 5302133 vs. |
All 203 screenshot tests passed for commit c414f53 vs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!