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
At cleave.js we had the possibility to format the telephone number. But it seems like I do not see this option at cleave-zen. Is this planned?
The text was updated successfully, but these errors were encountered:
How about:
const value = formatGeneral(e.currentTarget.value, { blocks: [0, 2, 5, 4], delimiters: ['(', ') ', '-'], delimiterLazyShow: true, numericOnly: true });
Sorry, something went wrong.
@maykon-oliveira While enough for my case - it won't work well for international, because depending on country, phone number format might differ.
(Thank you for the help tho!!)
No branches or pull requests
At cleave.js we had the possibility to format the telephone number. But it seems like I do not see this option at cleave-zen. Is this planned?
The text was updated successfully, but these errors were encountered: