Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after rc.15, validate not work well until trigger keypress the second time #841

Closed
lerit opened this issue Sep 22, 2017 · 1 comment
Closed

Comments

@lerit
Copy link
Contributor

lerit commented Sep 22, 2017

Versions:

  • VueJs: 2.4.4
  • Vee-Validate:2.0.0-rc.15

Description:

i get model from server ,and validate it.
all the validate value are in the model property.
i know if i define these validate value in model,it will work fine.but i have large number property,some times it may be more than 50+.
it work fine before rc.15,but now it fail to validate immediately.
it not validate after trigger input,until trigger keypress the second time.

Steps To Reproduce:

now:https://jsfiddle.net/ko9k4buw/6/
the before version:https://jsfiddle.net/ko9k4buw/4/

@logaretm
Copy link
Owner

Models should always be present on your fields, I know they might be more than 50 but its always preferred to have them initialized, still If it worked on previous versions It should work on newer ones I will investigate and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants