TextField aria-errormessage #3526
-
Is there any reason that useTextField doesn't make use of the "aria-errormessage" attribute when supplied with an errorMessage? Because it always maps to "aria-describedby" i'm currently thinking of doing something like this, but just wondering if there is a reason against it.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-errormessage |
Beta Was this translation helpful? Give feedback.
Answered by
devongovett
Sep 16, 2022
Replies: 1 comment
-
aria-errormessage is a fairly new property and does not yet have wide support. https://a11ysupport.io/tech/aria/aria-errormessage_attribute |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aria-errormessage is a fairly new property and does not yet have wide support. https://a11ysupport.io/tech/aria/aria-errormessage_attribute