wangtao0101
Results
3
issues of
wangtao0101
should getValidValue after toNumber ``` getCurrentValidValue(value) { let val = value; if (val === '') { val = ''; } else if (!this.isNotCompleteNumber(val)) { val = this.getValidValue(val); } else {...
config tabsize when mutiline