-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
base componentsUpdating or adding common components or base stylesUpdating or adding common components or base stylesenhancementNew feature or requestNew feature or request
Description
Description
component: FormGroup
RHF has 6 native validation types:
- required
- min
- max
- minLength
- maxLength
- pattern
atm we only render an error for required
. Ideally, we'd keep parity with RHF so devs aren't confused why another error type doesn't render.
User Stories
-
As a [persona], I want [feature/task] so that [benefit/reason].
-
As a dev, I should be able to use any RHF native validations type and see its respective error message via
FormGroup.errors
prop.
Acceptance Criteria
- [Criteria 1]
- [Criteria 2]
- [Criteria 3]
Screenshots (if applicable)
[Add screenshots, if relevant, to provide visual context.]
Metadata
Metadata
Assignees
Labels
base componentsUpdating or adding common components or base stylesUpdating or adding common components or base stylesenhancementNew feature or requestNew feature or request