Open rama1990br opened 1 month ago
Hi @rama1990br
the example you provided is using the v2 form, but in your description you're referring to v1. Please let us know which version you're using, so we can continue to process this issue.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Inactive issues will be closed after 7 days. Thanks.
Describe the bug
titleText
is not read out by the screenreader when entering the Form Group region and focusing on the first FormItem element within the group (or the last FormItem element on re-entering the group). This is required to be read out so that the blind users get the required context while navigating through the form.One way that this can be achieved is by enclosing the form group in a div and adding
role
andaria-label
attributes on thediv
and setting thearia-label
to thetitleText
.Isolated Example
https://stackblitz.com/edit/github-m52y88?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
The form group
titleText
should be read out by the screenreader on entering and re-entering the form group region.Screenshots or Videos
No response
UI5 Web Components for React Version
1.28.4
UI5 Web Components Version
1.24.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
SAP SuccessFactors
Declaration