mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
Additional RangeValidator fixes
This commit is contained in:
@ -94,6 +94,9 @@ class RangeValidator extends Validator
|
||||
if ($this->skipOnEmpty) {
|
||||
$options['skipOnEmpty'] = 1;
|
||||
}
|
||||
if ($this->allowArray) {
|
||||
$options['allowArray'] = 1;
|
||||
}
|
||||
|
||||
ValidationAsset::register($view);
|
||||
|
||||
|
Reference in New Issue
Block a user