inconsistency with RAC form elements - descriptions and error messages #5523
Replies: 1 comment
-
Ended up doing away with the FieldError component in favour of just using the Text component with 'description' and 'errorMessage' slots |
Beta Was this translation helpful? Give feedback.
0 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.
-
Someone correct me if im wrong, but shouldn't all the RAC form elements support descriptions and error messages out the box? Case in point, single checkboxes in particular. Its easy enough to hook up a description, however there's no way to pass through an id when using FieldError. The same is true for the Slider. Does anyone have a working example of at least a single checkbox that has its own working FieldError component?
Beta Was this translation helpful? Give feedback.
All reactions