At the moment, OutSystems dialogs (popups and sidebars) don't comply with all the accessibility requirements. This component provides a block that allows you to wrap your dialog content and make it automagically WCAG compliant.
Features:
- Focus trap so that when pressing tab the focus will not leave the dialog
- Return focus to last element before opening the dialog
- Close dialog with the "Escape" key
How to use:
Simply wrap your popup or sidebar content with the AccessiblePopupContent or AccessibleSidebarContent blocks.
Provides a block that you can use to wrap your dialog content and make it automagically accessible.