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
fix: [IOPLT-1026] Add the proper accessibility state to all components in the loading state (#430)
## Short description
This PR adds the proper accessibility state to all the components in the
loading state
## List of changes proposed in this pull request
- Add `accessibilityState: { busy: true }` to all the components in the
loading state
- Add an optional `loadingAccessibilityLabel` prop to add a custom text
while the component is in this state
- Update pages in the example app to reflect the mentioned changes
## How to test
Use the screen reader and point to all components in the loading state.
Previously, they were simply ignored.
---------
Co-authored-by: Emanuele Dall'Ara <[email protected]>
0 commit comments