bl00mber / react-phone-input-2

:telephone_receiver: Highly customizable phone input component with auto formatting
https://bl00mber.github.io/react-phone-input-2.html
MIT License
953 stars 539 forks source link

Issue with Canada and the USA still exists #691

Open NataliaLyfar opened 2 months ago

NataliaLyfar commented 2 months ago

It's a problem to choose Canada the first time. Canada and the US have the same initial code and confusion occurs. Canada is selected only after choosing again. <PhoneInput enableSearch={true} enableAreaCodes={true} enableAreaCodeStretch={true} preserveOrder={["enableAreaCodes", "preferredCountries"]} preferredCountries={["us"]} country={"us"} value={data?.gcPhone || ""} onChange={(phone) => handleProjectChange("gcPhone", phone)} inputProps={{ name: "gcPhone", className: "phoneInput", }} />

Iambivert-wiingy commented 2 weeks ago

Facing the same issue . Any updates on this. ??