monkey-style-guide-v2 0.0.70 → 0.0.72

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.
@@ -2788,11 +2788,7 @@ class MonkeyAutocompleteAddressComponent {
2788
2788
  this.disabled = isDisabled;
2789
2789
  }
2790
2790
  writeValue(value) {
2791
- if (this._value !== value && value !== undefined) {
2792
- this._value = value;
2793
- this._onChange(value);
2794
- this._onTouched(value);
2795
- }
2791
+ this.value = value;
2796
2792
  }
2797
2793
  openPopOver() {
2798
2794
  this.showPopOver = true;