monkey-style-guide-v2 0.0.86 → 0.0.87

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.
@@ -6131,6 +6131,7 @@ class MonkeyInputUploadComponent {
6131
6131
  this.reset();
6132
6132
  return;
6133
6133
  }
6134
+ this.ngControl?.control?.setErrors(null);
6134
6135
  this._onBlur();
6135
6136
  if (this.onChange.observed) {
6136
6137
  this.onChange.emit({ component: this, file: file });