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
So you are leaving nationalMode as true (the default)? In which case, the placeholder is "0501 234 5678"? Then are you getting the number using getNumber? If so, I cannot reproduce the problem. If I go to the demo page and select Turkey and enter "0501 234 5678" then in Chrome Dev Tools if I run $("#mobile-number").intlTelInput("getNumber") then I get "+905012345678".
The placeholder makes the numbers not acceptible to the web service that i'm forwarding to. Is there a way to customize the placeholder text ?
Steps to reproduce
Expected behaviour
The tel number should be like this: +905012345678
Actual behaviour
If a person fills as the placeholder says, it becomes like this: +9005012345678
Initialisation options
i used utils script.
The text was updated successfully, but these errors were encountered: