react-form-with-constraints icon indicating copy to clipboard operation
react-form-with-constraints copied to clipboard

Default feedback type shouldn't be error

Open tkrotoff opened this issue 8 years ago • 0 comments
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?

tkrotoff avatar Aug 15 '17 22:08 tkrotoff