@bluemarble/bm-components 0.0.88 → 0.0.89
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/esm/index.js
CHANGED
|
@@ -14820,10 +14820,8 @@ const BaseInputMask = (_a) => {
|
|
|
14820
14820
|
var { mask, defaultValue, onChangeValue, value: controlledValue } = _a, rest = __rest(_a, ["mask", "defaultValue", "onChangeValue", "value"]);
|
|
14821
14821
|
const { ref, value, setValue, maskRef, unmaskedValue } = useIMask(mask, {
|
|
14822
14822
|
onComplete: (...params) => {
|
|
14823
|
-
// console.log( )
|
|
14824
14823
|
if (onChangeValue)
|
|
14825
14824
|
onChangeValue(params[0], unmaskedValue);
|
|
14826
|
-
// params[1].updateValue()
|
|
14827
14825
|
}
|
|
14828
14826
|
});
|
|
14829
14827
|
useEffect(() => {
|