Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hints on radio buttons and checkboxes are not read #6708

Open
avernet opened this issue Jan 7, 2025 · 0 comments
Open

Hints on radio buttons and checkboxes are not read #6708

avernet opened this issue Jan 7, 2025 · 0 comments
Assignees

Comments

@avernet
Copy link
Collaborator

avernet commented Jan 7, 2025

This could be solved by:

  1. Adding an id on the span that contains the hint, e.g. <span class="xforms-hint" id="xxx">One</span>.
  2. Pointing to that id with an aria-describedby attribute on the input, e.g. <input type="radio" aria-describedby="xxx">.

Sample form in Form Builder
+1 from customer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: No status
Development

No branches or pull requests

2 participants