angular-tab-trap

Tab trap for Angular

Usage no npm install needed!

<script type="module">
  import angularTabTrap from 'https://cdn.skypack.dev/angular-tab-trap';
</script>

README

angular-tab-trap

angular-tab-trap disallows tabbing out of a designated area. This is especially useful when implementing modal dialogs to prevent the user from interacting with what's behind a dialog / modal mask by simply tabbing out of the dialog.

Demo and documentation