ps-toolkit-ui 1.4.75 → 1.4.76

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.
@@ -5787,7 +5787,7 @@
5787
5787
  };
5788
5788
  this.inp.data = function () {
5789
5789
  var v = _this.inp.value;
5790
- if (v === null) {
5790
+ if (v === null || v === '') {
5791
5791
  return null;
5792
5792
  }
5793
5793
  if (v && _this.inp.type === exports.InputType.Number || _this.inp.type === exports.InputType.Price) {