Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ElisePatrikainen
Created March 18, 2018 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElisePatrikainen/624be49d6f2c9fd8bd84c887005fce36 to your computer and use it in GitHub Desktop.
Save ElisePatrikainen/624be49d6f2c9fd8bd84c887005fce36 to your computer and use it in GitHub Desktop.
cdkTrapFocus directive example
<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