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

Not able to disable the input field

Open tibinvpaul opened this issue 5 years ago • 1 comments

Hello,

I am using this package with a reactive form and trying to make the input field disabled. This is not working for some reason.

this.form = this.formBuilder.group({
    phone_country_code: [{value: '', disabled: true}],
    phone: ['']
});

Is there any workaround? Thanks!

tibinvpaul avatar Oct 11 '19 15:10 tibinvpaul

@esoyke might fix this for you. https://github.com/esoyke/ngx-international-phone-number2 Put this there. He might help.

jek-bao-choo avatar Nov 11 '19 03:11 jek-bao-choo