You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Checkbox is part of a form and might have error. CheckboxField could play the role of Field to provide error context. But a ErrorMessage is not layout-ed properly.
To Reproduce
<FieldsetclassName='col-span-full'><Legend>Legend</Legend><CheckboxFieldclassName='mt-2'><Checkbox/><Label>This is a label that goes with the checkbox</Label><ErrorMessage>Error message</ErrorMessage></CheckboxField></Fieldset>
Expected behavior ErrorMessage to a Checkbox should be layout-ed like Description to Checkbox
Screenshots
The text was updated successfully, but these errors were encountered:
What component (if applicable)
Describe the bug
Checkbox
is part of a form and might have error.CheckboxField
could play the role ofField
to provide error context. But aErrorMessage
is not layout-ed properly.To Reproduce
Expected behavior
ErrorMessage
to aCheckbox
should be layout-ed likeDescription
toCheckbox
Screenshots
The text was updated successfully, but these errors were encountered: