mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	Fixes #5105 [skip ci]
This commit is contained in:
		| @ -408,7 +408,7 @@ | ||||
|         if (attribute.validateOnType) { | ||||
|             $input.on('keyup.yiiActiveForm', function () { | ||||
|                 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
	 Qiang Xue
					Qiang Xue