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
arogachev
changed the title
yiiActiveForm.validated always false
The state of a form is always "not validated" when using forced validation in yiiActiveForm
Jul 29, 2017
After
$('#form-id').yiiActiveForm('validate',true);
$('#form-id').data('yiiActiveForm').validated
returns
false
alwaysThe text was updated successfully, but these errors were encountered: