Created
March 18, 2018 10:26
-
-
Save ElisePatrikainen/624be49d6f2c9fd8bd84c887005fce36 to your computer and use it in GitHub Desktop.
cdkTrapFocus directive example
This file contains hidden or 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
<div #element role="dialog" cdkTrapFocus> | |
<label>Sample field</label> | |
<input> | |
<label>Focus Trap starts here</label> | |
<input cdkFocusRegionStart> | |
<label>Sample field</label> | |
<input> | |
<label>Focus Trap (should) end here</label> | |
<input cdkFocusRegionEnd> | |
<label>Sample field</label> | |
<input> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment