

Validate the edited name’s extension.

Example of an export modal in its “Exporting” state





Accessibility
Adhere to Carbon’s modal guidelines.
Trigger
Most often, the export modal is triggered by clicking an Export button.
- The user navigates to the Export button using the
Tabkey. If Export is launched from an overflow menu, the user may navigate to Export within the overflow menu using theUpandDownarrow keys. - The focus state is applied to the button/menu item.
- The user presses
Enterto launch the Export modal.
If a sensible default value is provided:
- On opening the modal, set the focus to the Export button.
- On
Tab, apply focus to Cancel. - On
Tab, apply focus to the first field that accepts user input. Follow accessibility guidance for the interaction type of this field (for example Radio button or Text input) - On
Tab, progress through any further fields that accept user input.
Feedback
Help us improve this component by providing feedback, asking questions, and leaving any other comments on GitHub.

