monkey-style-guide-v2 0.0.53 → 0.0.55

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.
@@ -5750,6 +5750,7 @@ class MonkeyInputPhoneComponent {
5750
5750
  }
5751
5751
  onInputChange(event) {
5752
5752
  const { value } = event.target;
5753
+ console.log('=======', value);
5753
5754
  this.formatValue(value);
5754
5755
  }
5755
5756
  onCountryChange() {