Add classes to the default FieldView #36
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
We should add classes to the default FieldView (in react-form) to indicate fields statues.
Question to figure before implementing:
should we use aria- instead? And is all the alternative aria-* relevant for non input elements such a container div? is there a better way to describe this on the DOM?
To the root div of the field
To the div that wraps the component
To the div that wraps the error
To the header
To the div that wraps the label
To the div that wraps the description
To the div that wraps the asterisk of the required
The text was updated successfully, but these errors were encountered: