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
Do we really want to show the error before validation? It would be nice if we could have the error only show when validation fails or make it optional somehow.
The text was updated successfully, but these errors were encountered:
Gervwyk
changed the title
When using the errorMessage prop on fields, the errorMessage is shown in grey before validation fails
The errorMessage is shown in grey before validation fails
Apr 11, 2017
Indeed, a lot of fields are checking for errorMessage instead of error - it's reasonable to change it, because it will allow customization like this. Would you submit a PR for it?
When using errorMessage prop, the error message is shown in grey before the validation fails on all themes.
Using this schema:
Do we really want to show the error before validation? It would be nice if we could have the error only show when validation fails or make it optional somehow.
The text was updated successfully, but these errors were encountered: