This commit is contained in:
huanghong 2018-08-27 15:29:03 +08:00
parent 6043873cc6
commit 4ae2a09abf

View file

@ -290,7 +290,6 @@
val = this.parser(val);
}
const {min, max} = this;
const isEmptyString = val.length === 0;
if(isEmptyString){
this.setValue(null);