@porscheinformatik/material-addons 19.0.2 → 19.0.3

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.
@@ -682,7 +682,6 @@ class ReadOnlyFormFieldComponent {
682
682
  if (this.toolTipForInputEnabled) {
683
683
  this.toolTipText = this.calculateToolTipText();
684
684
  }
685
- this.changeDetector.detectChanges();
686
685
  }
687
686
  }
688
687
  }