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

Get more info from the object

Open cdelgadob opened this issue 6 years ago • 2 comments

It would be great if we could get more info on the form, like country info (country code, iso value, name...)

Apart from that, great work!

cdelgadob avatar Jul 11 '18 12:07 cdelgadob

Ok, let me see if I can extract that.

nikhiln avatar Aug 01 '18 09:08 nikhiln

Hey @nikhiln - have you got a chance to look into this? Our API expects country code and phone number separately. If I get the code from onCountryCodeChanged event, I can extract the mobile number from the input field. Currently, onCountryCodeChanged emits a string and if we change it to an object, that will be a breaking change.

tibinvpaul avatar Oct 12 '19 13:10 tibinvpaul