sapo-components-ui-rn 1.0.67 → 1.0.68

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/index.esm.js CHANGED
@@ -7319,8 +7319,7 @@ var NumberKeyboard = function (_a) {
7319
7319
  }, [inputValue, maxValue, type, formatDecimal]);
7320
7320
  var handleClear = useCallback(function () {
7321
7321
  setInputValue("");
7322
- onChangeText === null || onChangeText === void 0 ? void 0 : onChangeText("0");
7323
- }, [onChangeText]);
7322
+ }, []);
7324
7323
  var handleSave = useCallback(function () {
7325
7324
  var finalValue = inputValue;
7326
7325
  if (inputValue.endsWith(".")) {