You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
I am using ng2-bs3-modal@^0.13.0 modal component in one of our projects.
Our requirement is to trap the focus inside the modal however the focus is moving outside of the modal on tabbing. It then stays outside the modal until it traverses all the tabs on the page.
Is there a way you could keep the focus trapped inside the modal until the modal is closed? Or in other words it should continue looping with focus being within the modal.
Expected behavior – Focus should be trapped inside the modal window and on closing it focus should move to the element which triggers the modal window.
This is critical interaction for AX users. Appreciate any support you can provide with regards to this.
The text was updated successfully, but these errors were encountered:
I think this request is out of scope, as it alters the default behavior of the browser. This is probably something you'd have to implement yourself by adding traps to the keyboard event and setting tabindex inside the modal.
Hi,
I am using ng2-bs3-modal@^0.13.0 modal component in one of our projects.
Our requirement is to trap the focus inside the modal however the focus is moving outside of the modal on tabbing. It then stays outside the modal until it traverses all the tabs on the page.
Is there a way you could keep the focus trapped inside the modal until the modal is closed? Or in other words it should continue looping with focus being within the modal.
Expected behavior – Focus should be trapped inside the modal window and on closing it focus should move to the element which triggers the modal window.
This is critical interaction for AX users. Appreciate any support you can provide with regards to this.
The text was updated successfully, but these errors were encountered: