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
So, when user changes validation rules for observable and observable's value at the same time, validation computed evaluates 2 times, but actually we want it to do this only once.
Also I reviewed all the code and found few parts which can be optimized. So, I'm going to create a pull request with fixes.
The text was updated successfully, but these errors were encountered:
stalniy
pushed a commit
to stalniy/Knockout-Validation
that referenced
this issue
Oct 23, 2013
So, when user changes validation
rules
for observable and observable's value at the same time, validation computed evaluates 2 times, but actually we want it to do this only once.Also I reviewed all the code and found few parts which can be optimized. So, I'm going to create a pull request with fixes.
The text was updated successfully, but these errors were encountered: