accessible-dialogs
Reactive icon

Accessible Dialogs

Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 September 2023
 by 
5.0
 (1 rating)
accessible-dialogs

Accessible Dialogs

Documentation
2.0.0

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.



1.0.0

Provides a block that you can use to wrap your dialog content and make it automagically accessible.

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