@tagplus/components 0.2.106 → 0.2.107

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.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "bruno@tagplus.com.br"
8
8
  }
9
9
  ],
10
- "version": "0.2.106",
10
+ "version": "0.2.107",
11
11
  "main": "./dist/tp.common.js",
12
12
  "directories": {
13
13
  "lib": "src/lib"
@@ -52,7 +52,7 @@ export default {
52
52
  handleInputChange(value) {
53
53
  let newVal
54
54
  if (value === '') {
55
- newVal = undefined
55
+ newVal = 0
56
56
  } else {
57
57
  newVal = Number(value.replace(',', '.'))
58
58
  }