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

Results 82 ngx-mat-intl-tel-input issues
Sort by recently updated
recently updated
newest added

Exactly the same issue as described in this link is occuring again in version 5.0.0: https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/5

Hi, I am a bit confused because the 4.0.0 version on NPM (https://www.npmjs.com/package/ngx-mat-intl-tel-input?activeTab=versions) does not seem to match the 4.0.0 of this repo? Executing an npm install command results in...

``` @HostListener('document:keypress', ['$event']) handleKeyboardEvent(event: KeyboardEvent) { const elementExists = document.getElementsByClassName('country-search').length if (elementExists) { const element = this.renderer?.selectRootElement('.country-search'); const x = element as HTMLElement; setTimeout(() => x.focus(), 200); } }

While typing dial code after 1 number is added to input. So you can choose any dial code with 1 at the beginning and it seems like its considered as...

This issue is appearing only when USA country was saved (may be somewhere else too). When we are going to the form where previously saved value patched - input value...

When patching saved phone number with dial code which starts on +1 this will always be considered as USA cause it's is in prefered countries. So, unable to show Canada,...

Im trying to set the preferred country depending on what i get back from the ip address. Im checking the users IP in the afterViewInit to get the country the...

in order to display it even when the form is not touched

actual version doesn't support rtl and the button of code switch disappears when we are not focussing on button

First, I am really thankful that this package is really usefull and thank you for maintaing it. I would like to mention one issue which I faced during using it...