mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 03:26:36 +08:00
Fixes #5105 [skip ci]
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user