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
Hello, first of all thanks for this application, I found an issue when adding a wrong number, I selected United States +1 and after the form is submitted and the page is re-loaded, I see the selection is American Samoa +1, inspecting the code shows the code +1 is not unique which makes the HTML show the first element with +1 value, is there any way to fix that issue?
This is the setting I am using:
PHONENUMBER_DEFAULT_REGION="US"
Edit: I am using the PhoneNumberPrefixWidget widget.
The text was updated successfully, but these errors were encountered:
Hello, first of all thanks for this application, I found an issue when adding a wrong number, I selected
United States +1
and after the form is submitted and the page is re-loaded, I see the selection isAmerican Samoa +1
, inspecting the code shows the code+1
is not unique which makes the HTML show the first element with+1
value, is there any way to fix that issue?This is the setting I am using:
Edit: I am using the
PhoneNumberPrefixWidget
widget.The text was updated successfully, but these errors were encountered: