源码

对非字符串值

 nativeInputValue() {
	return this.value === null || this.value === undefined ? '' : String(this.value);
  },