wave-ui 1.49.1 → 1.49.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2639,7 +2639,7 @@ const __vue2_script$u = {
2639
2639
  case "file":
2640
2640
  return !!this.inputFiles.length;
2641
2641
  case "number":
2642
- return this.inputNumberError;
2642
+ return this.inputValue || this.inputValue === 0 || this.inputNumberError;
2643
2643
  case "date":
2644
2644
  case "time":
2645
2645
  return true;