We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using your example works with UI. But if you use IMask.createMask, without UI, it will not work.
I try too using the following:
const masked = IMask.createMask({ mask: [ { mask: '000.000.000-00', }, { mask: '00.000.000/0000-00', }, ] }); masked.resolve('123.456.789-012'); console.log(masked.value); //123.456.789-01 console.log(masked.unmaskedValue); //12345678901
https://codesandbox.io/p/sandbox/componentes-mask-nnzvfl?file=%2Fsrc%2Fcomponents%2FMask.tsx%3A36%2C34
Originally posted by @renerlemes in #844 (reply in thread)
The text was updated successfully, but these errors were encountered:
solutions could be (or both):
_isRawInput
raw
raw | input
rawUnmaskedInputValue
raw & unmasked
unmaskedValue
rawInputValue
Sorry, something went wrong.
efdb875
No branches or pull requests
Using your example works with UI. But if you use IMask.createMask, without UI, it will not work.
I try too using the following:
https://codesandbox.io/p/sandbox/componentes-mask-nnzvfl?file=%2Fsrc%2Fcomponents%2FMask.tsx%3A36%2C34
Originally posted by @renerlemes in #844 (reply in thread)
The text was updated successfully, but these errors were encountered: