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
When opening a modal dialog it is not enough to disable all the focusable elements, you also need to mark them "hidden" by way of aria-hidden="true". example
When opening a modal dialog it is not enough to disable all the focusable elements, you also need to mark them "hidden" by way of
aria-hidden="true"
. exampleMarcy built that into angular dialog component and we should provide the same feature.
The text was updated successfully, but these errors were encountered: