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
1
vote
2 answers

Using intl-tel-input on https

I am using intl-tel-input on a production environment. The default requests for the intl-tel-input ipinfo.io are in HTTPS. This does not happen in my development environment as requests are in HTTP. Is there any way to override this so that I can…
atw
  • 5,428
  • 10
  • 39
  • 63
1
vote
1 answer

Adding fade in effect to intl-tel-input plugin

tel-input plugin from Jack O'connor https://github.com/Bluefieldscom/intl-tel-input And I notice the flags take about a second to download, I want to smooth this with a fade in effect. Can anyone suggest a way to do this?
webmedia
  • 341
  • 1
  • 3
  • 8
0
votes
1 answer

Cannot change country of intl-tel-input when clone ASP.NET Core form

I have form in view ASP.NET Core, and use intl-tel-input jQuery plugin and this contact form can select country code and enter phone or fax number when click on add another contact clone form to another one when it cloned I cannot change the select…
0
votes
1 answer

Problem with some css after update angular material to v15

In my angular project I have just updated material from 14 to 15. Now I have a problem with the css of ng2-tel-input. When I open the dropdown it seems under other material stuff and not on top like before upgrade (the library is no longer updated…
Alessandro Celeghin
  • 4,039
  • 14
  • 49
  • 95
0
votes
0 answers

Input-tel-js not binding properly number on ready state

I have make one demo program that can related to my original project. The demo secenario is like first i am entering number in tel-input with input box as per given below image. Once a phone number is added, it should be stored in the local…
PHioNiX
  • 67
  • 8
0
votes
0 answers

Passing phone country code from Clickfunnels to Webinarjam

I've used intl-tel-input inside clickfunnels to let the users pick their phone country code, I'm passing the phone country code into the input directly while +1(US) being the default, for example: +15035555555 is being submitted. On submission, only…
Cedric Hadjian
  • 849
  • 12
  • 25
0
votes
0 answers

In itl-tel-input, after changing the country, the number format is not updated?

Hello everyone I use the intl-tel-input library included all the files I tried to change the file to a minified intl-tel-input.min.js so well it didn't help, tried to change the number format. Also I thought that the library has not fully loaded…
0
votes
0 answers

Adding intlTelInput into a Magnific popup

I want to add intlTelInput to a Magnific popup but some how I keeps getting error. My error is below Uncaught TypeError: $(...).intlTelInput is not a function Even though I've have included all the script
delphiman
  • 25
  • 6
0
votes
0 answers

intlTelInput, keep the country code hidden in the selected flag

I'm using intlTelInput. I'm hiding the country code to make it simpler. Since the flag expresses where the number is from. But when saving to the database, the country code is disappearing. How do I make al saving the country code go with…
Tiago
  • 797
  • 1
  • 10
  • 23
0
votes
1 answer

How to place a custom placeholder in ngx-intl-tel-input before country selection

Need to have a placeholder like 'Office Phone' in 'ngx-intl-tel-input' before the country code selection and number input happens
0
votes
0 answers

Fixed negative z-index when opening index of tel input library

I have used the tel input library in my program to display the codes and flags of the countries, but when the list of countries is opened, the list is placed below all parameters of the page. I changed the default z-index but it doesn't work. please…
Shiva
  • 7
  • 2
0
votes
1 answer

ion-intl-tel-input default country placeholder issue with Ionic 6.20.1

I have successfully installed and configured the plugin - "ion-intl-tel-input" from which is working fine. But I need to reset the default country's select box placeholder from "Country" to blank…
0
votes
1 answer

Get full number with country code(dial code) in intl tel input

i want full number with country code in form repeater. i was tired hiddenInput field but it's work only for parent data.. function PhoneDisplay(input) { var iti = window.intlTelInput(input, { onlyCountries: ["us","in",…
madhav
  • 3
  • 3
0
votes
0 answers

Add Search button in intl-tel-input

I am using intltelInput to get the country code in contact numbers. I find it difficult to choose countries which are listed far below.So can anyone help me to add search option in the dropdowns. below is my code.
0
votes
1 answer

Formatting react-intl-tel-input after flag change

I'm trying to update the phone number input format to match the country format when changing countries. When I initially input the number it will format based on the country currently selected, but when I change to a different country the format…