You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
When strictCountry={true} and format='international', the country code should be prepended once at the start of the input. Subsequent typing should only append digits to the national number part, maintaining the correct formatting without re-inserting the country code prefix.
Observed Behavior
The country code is continually re-inserted, causing duplication.