react-form-with-constraints
react-form-with-constraints copied to clipboard
Default feedback type shouldn't be error
trafficstars
By default the feedback type is an error: <FieldFeedback when="valueMissing" />
Should it be explicit like for warning and info? <FieldFeedback when="valueMissing" error />
Then what is the type of a feedback without explicit type? info?