How to update form variable without validating, what is difference between validateOn{Blur | Change | ModelUpdate}? #4469
Replies: 2 comments 1 reply
-
Yeah! Not sure what is causing the issue. If someone could help, please. |
Beta Was this translation helpful? Give feedback.
-
This is intended at the moment. I know it could be confusing. So, regardless of whatever settings you may have, vee-validate will validate on value change no matter what. The reason for this is the This will change in v5 where you would explicitly control it and |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
Form
andField
component validation, component validation.I want to validate the form only and only when field values are changed from input fields, I tried by passing
but still, it validates on change.
I could not able to figure out what does these all props / keys means? I was expecting to behave same as they sounds like,
if
ValidateOnChange: false
it should not update if value is changed. but it still validates.Beta Was this translation helpful? Give feedback.
All reactions