catamphetamine / react-phone-number-input

React component for international phone number input
http://catamphetamine.gitlab.io/react-phone-number-input/
MIT License
925 stars 194 forks source link

Demo Force international format #350

Closed waltervanwoudenberg closed 4 years ago

waltervanwoudenberg commented 4 years ago

Hello,

In the demo (Force international format): http://catamphetamine.github.io/react-phone-number-input/ On country select the input is pre-filled with the country code.

How can I achieve this?

Thanks in advance.

catamphetamine commented 4 years ago

What exactly do you want

waltervanwoudenberg commented 4 years ago

Screen Shot 2020-04-14 at 14 11 54

this

catamphetamine commented 4 years ago

The code sample is there.

waltervanwoudenberg commented 4 years ago

Yes but I have a custom country select and using that with the react-phone-number-input/input component

catamphetamine commented 4 years ago

There are such examples on the demo page. It won't insert country calling code in the input itself.

Update: