catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.76k stars 218 forks source link

AsYouType doesn't work for "FR" and other countries. Only works for "US". #463

Open iamsamiadnan opened 3 months ago

iamsamiadnan commented 3 months ago

//AsYouType doesn't work for "FR" and other countries. Only works for "US". // please fix it asap let format = new AsYouType("FR").input(e.target.value);