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
Hi, I got the error Cannot read property 'validation' of undefined at the line above.
This is caused by I've added a new function to Array via Array.prototype.my_function so when looping through this._appliedValidations there is one case that field = 'my_function' so it crash there.
Please take a look.
Thanks.
The text was updated successfully, but these errors were encountered:
node-form-validate/lib/Validator.js
Line 348 in b10f2df
Hi, I got the error
Cannot read property 'validation' of undefined
at the line above.This is caused by I've added a new function to Array via Array.prototype.my_function so when looping through
this._appliedValidations
there is one case thatfield
= 'my_function' so it crash there.Please take a look.
Thanks.
The text was updated successfully, but these errors were encountered: