mn-angular-lib 0.0.67 → 0.0.68

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.
@@ -1598,6 +1598,9 @@ class MnTextarea {
1598
1598
  if (this.props.label) {
1599
1599
  this.uiConfig = { ...this.uiConfig, label: this.props.label };
1600
1600
  }
1601
+ if (this.props.placeholder) {
1602
+ this.uiConfig = { ...this.uiConfig, placeholder: this.props.placeholder };
1603
+ }
1601
1604
  }
1602
1605
  // ========== ControlValueAccessor Implementation ==========
1603
1606
  /**