intl-tel-input icon indicating copy to clipboard operation
intl-tel-input copied to clipboard

A JavaScript plugin for entering and validating international telephone numbers

Results 68 intl-tel-input issues
Sort by recently updated
recently updated
newest added

I have download intl-tel-input from github, but it's not working properly it just shows a list of countries under the phone input like so: ![image](https://user-images.githubusercontent.com/75030389/183964794-61560c98-facb-4fe0-95a1-8543b58a47fe.png)

When trying out the component for accessibility on both desktop and mobile devices, we identified that focus trap on mobile devices does not work. This can be replicated from the...

I just can't get the problem fixed ![Screenshot 2022-08-06 175519](https://user-images.githubusercontent.com/108432556/183257709-40895fe9-b163-4a1c-8fb4-a83142733c40.jpg) For some reason, the font size of the dropdown menu is way too big and I don't find the dedicated...

### Steps to reproduce 1. Enter a valid US phone number with area code 945, eg, (945) 555-5555 2. The number will be invalid, but 945 is a valid area...

### Steps to reproduce when I initialize country selection it by default selects the first country, I want to provide +962 and it will select Jordan(jordan flag). I looked at...

### Steps to reproduce 1. 2. 3. ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what actually happens Its instance type 'IntlTelInput' is not a...

👋🏻 I've got a use case where I just want country names + country codes as a JavaScript module. I'm currently planning on just statically using src/js/data.js, but it would...

### Steps to reproduce 1. Make ngx-intl-tel-input as a separate component 2. Use through out the application 3. After that try to give custom tab index dynamically depends on page...

### Steps to reproduce 1. Used NPM 2. Followed all steps 3. Still image is not showing up ### Expected behaviour Tell us what should happen ### Actual behaviour Tell...

I have included your script with the following code `var countryData = window.intlTelInputGlobals.getCountryData(), input = document.querySelector("#mobilephone"),output = document.querySelector('#phonetransfer');; for (var i = 0; i < countryData.length; i++) { var country...