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

![Screenshot from 2020-01-17 12-49-55](https://user-images.githubusercontent.com/21307943/72592569-da2bcc80-3928-11ea-84fc-ae4e5a44228b.png) "dependencies": { "@angular/animations": "^8.1.0", "@angular/cdk": "^7.3.7", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", "@angular/core": "~7.2.0", "@angular/flex-layout": "^7.0.0-beta.22", "@angular/forms": "~7.2.0", "@angular/http": "^7.2.15", "@angular/material": "^7.3.7", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0",...

https://github.com/tanansatpal/ngx-mat-intl-tel-input/blob/ea358b5d3c6e8c42356e838c77a68715293d577b/projects/ngx-mat-intl-tel-input/src/lib/ngx-mat-intl-tel-input.component.ts#L26 This line appears to cause ng serve warning in latest version: `Warning: Entry point 'ngx-mat-intl-tel-input' contains deep imports into 'c:/development/sds-nx/node_modules/libphonenumber-js/types'. This is probably not a problem, but may cause...

Having a List of Users for example with multiple instances of the ngx-at-intl-tel-input is showing a problem if i set the prefferedCountry to 'us' for example, and then i have...

Example: [https://stackblitz.com/edit/ngx-mat-intl-tel-input-demo-d56xoc](https://stackblitz.com/edit/ngx-mat-intl-tel-input-demo-d56xoc) In the attached stackblitz, the form is initialized in a service, and the component uses OnPush. There are 2 inputs in that form. The phone input is not...

Hi, With my current setup, there is no country displayed first when the control appears: ![image](https://user-images.githubusercontent.com/10694177/74092269-cc014400-4ac1-11ea-9373-ceb95095d059.png) `` when the user clicks on the left side of the control, he immediately...

The code that formats the number as you type ```NgxMatIntlTelInputComponent.prototype.onPhoneNumberChange``` and the code that displays the number when its pulled form storage ```NgxMatIntlTelInputComponent.prototype.writeValue``` both display the number using ```.formatNational``` This...

Country dropdown is not showing on right position. As i checked css the problem with is top position. I tried to produce the error on stackblitz but unfortunately even your...

It would be cool to have an online demo (on Codepen or Stackblitz or self-hosted) to preview the component and play around with it.

Hi, Is there a way to be able to set placeholder on input field?

![country](https://github.com/tanansatpal/ngx-mat-intl-tel-input/assets/117715174/81087d65-2470-49af-a65d-d21890e4d262)