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 Dec 25, 2017. It is now read-only.
I am confused whether it is OK that validation is called for all fields every time I change something in a form. Check the fiddle and try to change only 'First name' field. Every time you change it, the 'Second name' field is validated too. Is it OK? For both logic and performance reasons.
Probably this happens because of that in this function
I am confused whether it is OK that validation is called for all fields every time I change something in a form. Check the fiddle and try to change only 'First name' field. Every time you change it, the 'Second name' field is validated too. Is it OK? For both logic and performance reasons.
Probably this happens because of that in this function
param passed to
this._validator.validate
isthis.field
but not{field: this.field}
The text was updated successfully, but these errors were encountered: