Replies: 1 comment 3 replies
-
What did you have in mind for error message customization? I'm concerned that full customization of the message could be abused and it doesn't really seem to have a use case outside of this specific kind of case. Could you instead provide |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
useCheckbox
and I am getting the error message asIf you do not provide children, you must specify an aria-label for accessibility
. This is great but the problem is that instead of using children as label, we are using alabel
prop which makes this error message a bit confusing. Is it possible to customise this error message somehow? If not, this will be a great addition to the library as not everyone might be using the same prop to achieve the same thing.Beta Was this translation helpful? Give feedback.
All reactions