vue-a11y / vue-focus-loop

Vue component that helps you to to trap focus in an element.
http://vue-focus-loop.surge.sh/
MIT License
24 stars 3 forks source link

Fix issue with SHIFT + TAB #10

Closed codebycharles closed 11 months ago

codebycharles commented 2 years ago

fix issues https://github.com/vue-a11y/vue-focus-loop/issues/9 If autoFocus is enabled, this.alreadyFocused will always be false until this.handleFocusStart run once and therefore won't work as expected.