Questions tagged [intl-tel-input]

For issues relating to the International Telephone Input (intl-tel-input) jQuery plugin.

International Telephone Input (intl-tel-input) is a jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.

Resources:

120 questions
0
votes
1 answer

intl-tel-input is not displaying correctly on chrome

I'm using the intlTelInput feature for setting international mobile numbers and it's works well on Firefox. However the CSS on Chrome is very off. See the image below. How do I get the CSS in the intlTelInput.css file to work consistently on all…
Orion
  • 452
  • 6
  • 23
0
votes
1 answer

Can we edit the country list displayed through intl-tel-input plugin

I am using intl-tel-input plugin for getting the mobile number. But I don't want to display all countries list in it. Instead I need only 8 countries to be listed in it. Can anyone help me with the above. Thanks
Saili Jaguste
  • 146
  • 10
0
votes
1 answer

Access third party-loaded requireJS package in JavaScript

I am trying to work out how to access the Intl-Tel-Input library inside my requireJS JavaScript. I have the following code and I need the callback to be outside of the requireJS module as it is being accessed by 3rd party code. How can I access the…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
0
votes
1 answer

jquery get elements from object - intl-tel-input get dial code from country data

I am new to jquery and I'm trying to get the values from the SelectedCountryData object in intl-tel-input after form submission. From the documentation getSelectedCountryData returns something like below and I want to get the value "93" from it: { …
Ryan
  • 152
  • 1
  • 13
0
votes
1 answer

International Telephone Input with Country sync for plugin not working

I using intlTelInput for the telephone & mobile field on asp.net webform website. At present i am using it as a basic plugin as show in this example var input = $("#ContentPlaceHolder1_txtPhone"), output = $("#output"); var country =…
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
2 answers

SMS not sending to intl numbers using Branch.io and intl-tel-input

My form will only send to 10 digit US numbers. I'd like to send to Intl numbers once the country is selected. After looking through the Intl-Tel-Input docs, this code might be needed but I'm not having any luck with it:…
evan
  • 954
  • 3
  • 18
  • 37
0
votes
1 answer

jquery intl-tel-input plugin issue

I am facing an issue in intl-tel-input jquery Plugin When I select Canada on my edit page and save it and when refresh the page it shows US flag I It is happening because both USA and Canada has same iso2 code +1 I have read the whole docs but…
user3354908
0
votes
1 answer

Use jquery plugin within angular

how to use intl-tel-input(https://github.com/Bluefieldscom/intl-tel-input) jquery plugin in my angular app to format mobile number field.
Mayank Kumar
  • 313
  • 2
  • 13
0
votes
1 answer

jQuery plugin for phone number input not working with Angular Directive

Using the plugin: https://github.com/Bluefieldscom/intl-tel-input I created a simply angular directive: .directive('intlTelInput', function($compile) { return { restrict: 'A', compile: function(elem, attrs) { elem.intlTelInput(); …
TaylorMac
  • 8,882
  • 21
  • 76
  • 104
0
votes
2 answers

Working with Bluefieldscom intl-tel-input, how can I make the flag dropdown not overlap with other inputs?

As you can see from the screenshot, I have 3 inputs and when I click the first one, the flags for the 2nd and 3rd input will be on top of the 1st dropdown's list. How can I make this dropdown to be "on top" or make the other stay in the…
iCodeLikeImDrunk
  • 17,085
  • 35
  • 108
  • 169
-1
votes
2 answers

How to remove a duplicate country from intl-tel-input

How to remove the repetition of preferred countries. I need to add all the African countries as preferred countries in the dropdown list. code i used for that. preferredCountries: [ "gh",…
Deepu
  • 1
  • 5
-1
votes
3 answers

Problem to Implement intlTelInput in Laravel

I am using intlTelInput in plain HTML/CSS using below code and it's working fine you can see the demo (intl-tel-input sample). HTML code
Asma Ahmad
  • 408
  • 1
  • 3
  • 15
-1
votes
1 answer

How to allow only phone number at intl-tel-input?

I have used International Telephone Input at my webpage. The problem is, user can type anything at the . But, if you look on this fiddle, you will see that user can type only plus sign as first character, they have to type number…
user1896653
  • 3,247
  • 14
  • 49
  • 93
-1
votes
1 answer

intlTelInput usage in Symfony3

I want to integrate intlTelInput into my project, but it isn't working :( Added whole intl-tel-input folder into assets from: https://github.com/jackocnr/intl-tel-input And inserted an input into view as:
Kiddo
  • 913
  • 2
  • 9
  • 13
-2
votes
1 answer

Get input value for country code with jquery [auto country by IP/intl-tel-input jquery library]

I need to submit COUNTRY CODE to URL based on the selected country value. Im using Intl-Tel-Input for this: https://github.com/jackocnr/intl-tel-input Here is HTML code:
1 2 3 4 5 6 7
8