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
Is there a way to have the phone number extension included in the model? Right now when I enter a phone number with an extension like 9722481234x111, the model is only updated with the +19722481234 portion. I know I can still get it through jQuery using $("#phone").intlTelInput("getExtension");, but I was hoping for a more "angular" way.
The text was updated successfully, but these errors were encountered:
Is there a way to have the phone number extension included in the model? Right now when I enter a phone number with an extension like 9722481234x111, the model is only updated with the +19722481234 portion. I know I can still get it through jQuery using
$("#phone").intlTelInput("getExtension");
, but I was hoping for a more "angular" way.The text was updated successfully, but these errors were encountered: