A react component to format phone numbers
npm install react-intl-phone3For usage and abilities please see: https://github.com/bl00mber/react-phone-input-2
If this connection is severed, please contact me to revert readme back to usage.
autoSelectCountry={false}`Best use case for autoSelectCountry:
`
autoSelectCountry={false}
autoFormat={false}
autoPlaceholder={false}
countryCodeEditable={false}
defaultCountry={[// passed default country 2 letter iso code]}
disableAreaCodes={true}
disableCountryCode={false}
disableSearchIcon={true}
`$3
It has been noticed that autofill (mostly chrome) has a long standing error where it is appending a 0 to countries with a non-standard format. This function clears the 0 value at posiiton 0 if present on assumed autofill
`
cleanAutoFill={true}
``Based on react-phone-input-2