|
@@ -164,7 +164,7 @@
|
|
if (Array.isArray(value) && value.length > 0) {
|
|
if (Array.isArray(value) && value.length > 0) {
|
|
this.validateDisabled = true;
|
|
this.validateDisabled = true;
|
|
prop.o[prop.k] = [];
|
|
prop.o[prop.k] = [];
|
|
- } else if (value) {
|
|
|
|
|
|
+ } else if (value !== '') {
|
|
this.validateDisabled = true;
|
|
this.validateDisabled = true;
|
|
prop.o[prop.k] = this.initialValue;
|
|
prop.o[prop.k] = this.initialValue;
|
|
}
|
|
}
|