iglooform 2.5.41 → 2.5.42

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.
@@ -86,7 +86,6 @@ Amount.formItemPropsHandler = function (_ref2) {
86
86
  return {
87
87
  getValueFromEvent: function getValueFromEvent(e) {
88
88
  var value = e.target.value;
89
- console.log('======', separator, decimalSeparator);
90
89
  var str = value.replaceAll(separator, '').replaceAll(/[^0-9\.,]/g, '');
91
90
 
92
91
  if (str.endsWith(decimalSeparator) || str.includes(decimalSeparator) && str.endsWith('0')) {
@@ -102,7 +102,6 @@ Amount.formItemPropsHandler = function (_ref2) {
102
102
  return {
103
103
  getValueFromEvent: function getValueFromEvent(e) {
104
104
  var value = e.target.value;
105
- console.log('======', separator, decimalSeparator);
106
105
  var str = value.replaceAll(separator, '').replaceAll(/[^0-9\.,]/g, '');
107
106
 
108
107
  if (str.endsWith(decimalSeparator) || str.includes(decimalSeparator) && str.endsWith('0')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "2.5.41",
3
+ "version": "2.5.42",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",