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
I have two fields:
password – type String
repeatPassword – const with $data reference to "1/password"
When I set the same values in both input, I get an error than a field is incorrect, but that is not true.
In error I see incorrect allowedValue – undefined.
In first, thank for your great work!
I have two fields:
password – type String
repeatPassword – const with $data reference to "1/password"
When I set the same values in both input, I get an error than a field is incorrect, but that is not true.
In error I see incorrect
allowedValue
–undefined
.Reproduction: https://codesandbox.io/s/example-1-forked-bo9io
The text was updated successfully, but these errors were encountered: