You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
By default the feedback type is an error:
<FieldFeedback when="valueMissing" />
Should it be explicit like for
warning
andinfo
?<FieldFeedback when="valueMissing" error />
Then what is the type of a feedback without explicit type?
info
?The text was updated successfully, but these errors were encountered: