@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/dist/tp.common.js CHANGED
@@ -8440,7 +8440,7 @@ var Multisuggest_component = normalizeComponent(
8440
8440
  var newVal;
8441
8441
 
8442
8442
  if (value === '') {
8443
- newVal = undefined;
8443
+ newVal = 0;
8444
8444
  } else {
8445
8445
  newVal = Number(value.replace(',', '.'));
8446
8446
  }