Skip to content

Instantly share code, notes, and snippets.

@rahulcs
Last active June 16, 2021 01:20
Show Gist options
  • Save rahulcs/f0a606edecf970dd54bba0382842570a to your computer and use it in GitHub Desktop.
Save rahulcs/f0a606edecf970dd54bba0382842570a to your computer and use it in GitHub Desktop.
Vue Dialog Focus trap

Requirements

  • export as vue component
  • active or similar boolean prop to enable/disable trap
  • focus first focusable element within children of components
  • traps user focus within the element.
  • optional: prop to specify element to focus on
  • optional: prop to specify element focus on when disabled

Options

Result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment