react-phone-input-2 icon indicating copy to clipboard operation
react-phone-input-2 copied to clipboard

Expose a formatter parser

Open pbrink231 opened this issue 5 years ago • 3 comments

Would love to have a formatter exposed so that I can use this library to format numbers to display in span elements and such where I do not want to use an input. similar to the react-phone-number-input npm.

example:

import { formatPhoneNumber } from 'react-phone-input-2'

formatPhoneNumber(value: string?): string

If you cannot format it then just return the value as is.

pbrink231 avatar May 24 '20 22:05 pbrink231

It would be great to see this feature.

smddzcy avatar Aug 11 '20 15:08 smddzcy

+1

dariolongo avatar Dec 02 '21 10:12 dariolongo

+100

rustyonrampage avatar Jun 06 '22 19:06 rustyonrampage