catamphetamine / react-phone-number-input

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

Is there a way to remove the "International" option when a defaultCountry is set? #438

Closed michael5r closed 6 months ago

michael5r commented 6 months ago

We specify a defaultCountry based on geolocation, so, for US users, the form looks like this:

image

However, the user can still pick the International option in the dropdown which shows a really ugly icon (and is also an invalid value):

image

Is there an easy way to get rid of the International option entirely?

catamphetamine commented 6 months ago

See the relevant property of the component

image

michael5r commented 6 months ago

Ahh, totally missed that - thanks!