MVC - Fix Error - Warning: No message defined for - in custom validaiton
watch solution on YouTube
in my case it was typo
to fix it replace
options.messages['validatecorrespondingrequiredfield'] = options.messsage;
with
options.messages['validatecorrespondingrequiredfield'] = options.message;
No comments:
Post a Comment