SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
269 stars 129 forks source link

[Accessibility: ACC-264.1] Input field, Combo box, Multi Combo box, Date Picker, VHD: Labels and required info not read #12568

Open divyamalhotra488 opened 1 month ago

divyamalhotra488 commented 1 month ago

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

  1. The corresponding label and group label should be read out, when each & every UI is accessed.
  2. Required information should be read out for all the mandatory fields.
image image image

Can you handle that on the application side

No

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

All versions.

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Multiple component has same issues:

  1. Input
  2. Combobox
  3. Multi Combobox
  4. Date Picker
  5. VHD

To reproduce: Use any of the above component and access through screen reader. Labels and required information not read throughout the application

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

You can try ngx examples, issue is reproducible there.

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Yes, issue is raised by an accessibility expert.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Yes

Is there anything else we should know?

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.

droshev commented 1 month ago

@mikerodonnell89 Can you check that?