[BUG] Input error message is hidden when inside <fieldset role="group">
#41
Labels
bug
Something isn't working
<fieldset role="group">
#41
Please search for duplicate or closed issues first. ✔️
Describe the issue
Current Behavior
When an input field is inside a
<fieldset role="group">
, invalid error message with<small>
tag is hidden behind the input.Without
role="group"
it is properly displayed.Expected Behavior
I expect to see the error message below the input field as equal as non fieldset inputs.
Reproduction URL
Environment
The text was updated successfully, but these errors were encountered: