we need formatPhoneNumber function refer to a react webversion of library
react-phone-number-input.
Like
import { formatPhoneNumber } from 'react-phone-number-input'
when auto format is true, getvalue function is getting same formatted value
ideally we need functions for following
1) E.164 format function should be made available.
2) International number format including country code with out formating
3) Only phonenumber format with out formatting
we need formatPhoneNumber function refer to a react webversion of library react-phone-number-input. Like import { formatPhoneNumber } from 'react-phone-number-input'
when auto format is true, getvalue function is getting same formatted value ideally we need functions for following 1) E.164 format function should be made available. 2) International number format including country code with out formating 3) Only phonenumber format with out formatting