@leanix/components 0.3.111 → 0.3.113

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.
@@ -3813,7 +3813,7 @@ class BaseSelectDirective {
3813
3813
  this.optionsKeyboardSelectAction$ = new Subject();
3814
3814
  this.virtualCursorPosition = 0;
3815
3815
  this.inputWasFocused = false;
3816
- this.queryControl = new UntypedFormControl();
3816
+ this.queryControl = new UntypedFormControl('');
3817
3817
  this.isInputFocused = false;
3818
3818
  this.destroyed$ = new Subject();
3819
3819
  }