ps-toolkit-ui 1.10.72 → 1.10.73

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.
@@ -6081,7 +6081,7 @@
6081
6081
  return null;
6082
6082
  }
6083
6083
  if (v && _this.inp.type === exports.InputType.Number || _this.inp.type === exports.InputType.Price) {
6084
- v = parseFloat(v.replace(/,/g, ''));
6084
+ v = parseFloat(v.toString().replace(/,/g, ''));
6085
6085
  }
6086
6086
  return v;
6087
6087
  };