-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOBP-1156]
a11y
InputForm error message (#6703)
## Short description This pull request is adding the `ignoreAccessibilityCheck` prop to make the screen reader able to read `InputForm` error after closing the keyboard ## List of changes proposed in this pull request - Updated the `@pagopa/io-app-design-system` dependency from version `4.5.2` to `4.5.5` - Add `ignoreAccessibilityCheck` prop to `IOScrollViewWithLargeHeader` ## How to test - Using a real device 📱, start a payment workflow - Turn on the TalkBack accessibility tool - In `PAYMENT_CHECKOUT_INPUT_NOTICE_NUMBER` screen, insert a wrong value and press on ✔️ - Ensure that is reading the error - Check and ensure the same behavior in `PAYMENT_CHECKOUT_INPUT_FISCAL_CODE` screen --------- Co-authored-by: Alessandro <[email protected]>
- Loading branch information
1 parent
beb0e60
commit a5d2865
Showing
6 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters