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-995] Fix Talkback issue on Android when accordion is collapsed (#418)
## Short description
This PR fixes a _Talkback_ issue on Android when the accordion is
collapsed. Specifically, _Talkback_ was intercepting all interactive
elements present in the `body` prop, even when the accordion was
collapsed.
## List of changes proposed in this pull request
- Add a dynamic value to `importantForAccessibility` prop based on
`expanded` value
## How to test
1. Activate Talkback on Android
2. Launch the example app
3. Go to the **Collapsible** page
4. Navigate through the content. When you reach "Come posso eliminare un
metodo di pagamento" (collapsed), the screen reader should read the next
question
0 commit comments