Skip to content

@davidevmod/focus-trap@3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 21:52
· 340 commits to main since this release
6591cc1

Patch Changes

  • 4f90a03 Thanks @DaviDevMod! - Fix handling of Tab from elements with a positive tab index.

  • 0cfe93f Thanks @DaviDevMod! - Fix algorithm to find the next tabbable element with a positive tab index.

    It was missing to check whether the element was actually focusable.