@dsivd/prestations-ng 15.3.1-beta9 → 15.3.2-beta1

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.
@@ -6960,7 +6960,6 @@ class FoehnInputNumberComponent extends FoehnInputStringComponent {
6960
6960
  ? HTML_DECIMAL_PATTERN
6961
6961
  : HTML_NO_DECIMAL_PATTERN;
6962
6962
  this.maxlength = !!this.maxlength ? this.maxlength : 9;
6963
- this.initialHelpText = this.helpText;
6964
6963
  }
6965
6964
  ngOnChanges(changes) {
6966
6965
  const hasChanges = Object.keys(changes)