David Vendel
David Vendel
And this might be projection config for USA states in NA: ``` projectionConfig={{ rotate: [97, -40, 0], scale: 1100, }} ```
Hello @nurullah , can you please submit your PR to actively maintained new version of this library? https://github.com/justdvl/material-ui-phone-number-2
Is this library maintained? Can we expect fix of this and other issue in some near future? :) (just asking to know, my release is in few months, because otherwise...
Hello all, I forked this library, fix Firefox and Safari bug (and plan to fix other issues and rewrite to fn component) and published it to npm as material-ui-phone-number-2 https://github.com/justdvl/material-ui-phone-number-2...
Hello all, I forked this library, fix Firefox and Safari bug (and plan to fix other issues and rewrite to fn component) and published it to npm as material-ui-phone-number-2 https://github.com/justdvl/material-ui-phone-number-2...
Hello @mckelveygreg thank you for this fix. It indeed works well. Seem like noone is maintaining this library anymore, and owners don't even care about it to give a merge...
Or just use [library that is maintained](https://www.npmjs.com/package/material-ui-phone-number-2).
I use phoneUtils from 'google-libphonenumber' Then you can do `phoneUtil.isValidNumberForRegion(phoneUtil.parse(phone, 'CH'), 'CH')` `phoneUtil.isValidNumber(phoneUtil.parseAndKeepRawInput(phone))`
Hello all, I forked this library, fix Firefox and Safari bug (and plan to fix other issues and rewrite to fn component) and published it to npm as material-ui-phone-number-2 https://github.com/justdvl/material-ui-phone-number-2...
Is there a better/nicer solution than adding another component and doing props drilling?