use-mask-input 3.3.6 → 3.3.7
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/CHANGELOG.md +7 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +10 -11
- package/src/utils/getMaskOptions.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -3644,8 +3644,8 @@ const isServer = !(typeof window !== "undefined" && window.document && window.do
|
|
|
3644
3644
|
|
|
3645
3645
|
const getMaskOptions = (mask, _options) => {
|
|
3646
3646
|
const options = {
|
|
3647
|
-
|
|
3648
|
-
|
|
3647
|
+
jitMasking: false,
|
|
3648
|
+
..._options
|
|
3649
3649
|
};
|
|
3650
3650
|
if (!mask)
|
|
3651
3651
|
return options;
|