Semantic UI is missing error
class on Form.Group
when field is invalid
#2666
Labels
error
class on Form.Group
when field is invalid
#2666
Description
When using
@rjsf/semantic-ui
fields that are in an error state don't render with the proper class attached to theForm.Group
component as defined here.Steps to Reproduce
Expected behavior
Expect the
error
class to be applied to the field so it renders properlyActual behavior
The
error
class is not attached and therefore the input looks like it is not in an error stateVersion
The text was updated successfully, but these errors were encountered: