monkey-style-guide-v2 0.0.51 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5709,6 +5709,8 @@ class MonkeyInputPhoneComponent {
|
|
|
5709
5709
|
return;
|
|
5710
5710
|
}
|
|
5711
5711
|
const nationalPart = value.replace(this.selectedCallingCode, '').replace(/[^\d+]/g, '');
|
|
5712
|
+
console.log(nationalPart);
|
|
5713
|
+
console.log(countryCode);
|
|
5712
5714
|
const formatter = new AsYouType(countryCode);
|
|
5713
5715
|
this.phoneFormatted = formatter.input(nationalPart);
|
|
5714
5716
|
this.performValue(nationalPart);
|