-
Notifications
You must be signed in to change notification settings - Fork 51
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
Accessibility/form label #62
Comments
@david-morris I think you can use |
When I pass |
oops, that's rough. Let me have a redesign for the whole input and popover trigger to follow the standard for the new version, the current popover over the entire input is actually a wrong design. That's why. Otherwise there is no way to handle it. |
Thankfully what I'm building is not in the public sector and relies heavily on the user seeing and reading maps, so it's just Playwright trying to use the aria information (and there's workarounds). |
It would be nice if it was possible to add an aria-label and/or HTML label.
The
<FormLabel>
Chakra component doesn't work with this, presumably because the input's ID is being set by whatever is doing the popover logic.Since that's probably a lot of internal logic, it would be nice to be able to explicitly pass down an aria-label.
The text was updated successfully, but these errors were encountered: