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
Example in plnkr https://plnkr.co/edit/UIoh1yhuSBfAIP2WfNlb?p=preview
I expect that while you type a north american number (ex. 8005550932) it would auto format the number to (800) 555-0932
no formatting is applied
$.fn.intlTelInput.loadUtils("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/8.4.3/js/utils.js"); $("#phone").intlTelInput({ preferredCountries: ['us', 'ca', 'mx'], initialCountry: 'ca' });
The text was updated successfully, but these errors were encountered:
It looks like the Demos are not formatting either, is this intentional?
Sorry, something went wrong.
Unfortunately the autoFormat feature (format-as-you-type) was removed in v8.0.0 - read more here: #346.
No branches or pull requests
Example in plnkr https://plnkr.co/edit/UIoh1yhuSBfAIP2WfNlb?p=preview
Expected behaviour
I expect that while you type a north american number (ex. 8005550932) it would auto format the number to (800) 555-0932
Actual behaviour
no formatting is applied
Initialisation options
The text was updated successfully, but these errors were encountered: