ngx-international-phone-number icon indicating copy to clipboard operation
ngx-international-phone-number copied to clipboard

International extension not showing

Open MichaelChappell0117 opened this issue 5 years ago • 2 comments

Just wondering if anyone has ever had the issue of the international extension not coming through? Both with two way binding and just having it submit via formControl the international extension never comes through. The rest of the number is there.

<international-phone-number id="phoneNumber" aria-label="Phone Number" maskp="(###) ###-####" placeholder="Phone Number" formControlName="phoneNumber">

<international-phone-number id="phoneNumber" aria-label="Phone Number" maskp="(###) ###-####" placeholder="Phone Number" formControlName="phoneNumber" [(ngModel)]="phoneNumber" name="phoneNumber">

First one with no two way binding, second with. Deleting the mask, changing the mask to accept internation doesn't seem to do anything

MichaelChappell0117 avatar Jun 17 '19 18:06 MichaelChappell0117

Looks like the first input never went through for some reason. The same except the ngModel and name tags

MichaelChappell0117 avatar Jun 17 '19 18:06 MichaelChappell0117

@MichaelChappell0117 Could you please fork https://stackblitz.com/edit/angular-n1xaz4 and demonstrate the issue?

nikhiln avatar Aug 17 '19 13:08 nikhiln