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
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Hello,
I have defined an error message for AvField. I require the field. Then I defined the error message for required. So it worked correctly.
But this field is a numeric field and I added valueParser = {parseFloat} to get the value. After adding this the error message that should work for "required" didn't work.
Could you help?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have defined an error message for AvField. I require the field. Then I defined the error message for
required
. So it worked correctly.But this field is a numeric field and I added
valueParser = {parseFloat}
to get the value. After adding this the error message that should work for "required" didn't work.Could you help?
The text was updated successfully, but these errors were encountered: