i-tech-shared-components 1.4.57 → 1.4.58

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.
@@ -457,7 +457,7 @@ class TextInputComponent {
457
457
  this.inputService = inputService;
458
458
  this.focusOutEmitter = new EventEmitter();
459
459
  this.valueChangeEmitter = new EventEmitter();
460
- this.closed = false;
460
+ this.closed = true;
461
461
  this.customErrorStateMatcher = {
462
462
  isErrorState: (control, form) => {
463
463
  return !!(control && control.invalid && this.inputData?.submit);