Commit deb6ba3c by Qiang Xue

Fixes #5105 [skip ci]

parent 108b4518
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
if (attribute.validateOnType) { if (attribute.validateOnType) {
$input.on('keyup.yiiActiveForm', function () { $input.on('keyup.yiiActiveForm', function () {
if (attribute.value !== getValue($form, attribute)) { if (attribute.value !== getValue($form, attribute)) {
validateAttribute($form, attribute, false, attribute.valdationDelay); validateAttribute($form, attribute, false, attribute.validationDelay);
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment