ValidationFormGroup
Handles bootstrap style field validation and handles related aria attributes.
Manages the rendering of bootstrap-style:
- Help text
 - Valid and invalid feedback
 
For children of type input, textarea, and select:
- Appends bootstrap validation class names
 - Appends aria-describedby attributes (for help text and feedback)
 
basic usage
invalid message
valid message
with any kind of input
ValidationFormGroup Props API
- for
stringRequired RequiredId of the form input that the validation is for
 - className
stringRequiredAdditional classnames for this component
 - invalid
boolRequiredDetermines if invalid styles / message will be shown
 - valid
boolRequiredDetermines if invalid styles / message will be shown
 - validMessage
nodeRequiredMessage to display on valid input
 - invalidMessage
nodeRequiredMessage to display on invalid input
 - helpText
nodeRequiredHelp text for the form input
 - children
nodeRequired