@porscheinformatik/clr-addons 19.9.5 → 19.9.6

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.
@@ -3496,6 +3496,7 @@ class ClrSearchField {
3496
3496
  const event = document.createEvent('Event');
3497
3497
  event.initEvent('input', false, false);
3498
3498
  this.inputEl.nativeElement.dispatchEvent(event);
3499
+ this.inputEl.nativeElement.focus();
3499
3500
  }
3500
3501
  setHasValueClass(active) {
3501
3502
  if (active) {