@indigina/ui-kit 1.1.472 → 1.1.473

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.
@@ -2560,6 +2560,7 @@ class KitAutocompleteComponent {
2560
2560
  */
2561
2561
  onFocus() {
2562
2562
  this.elementRef.nativeElement.querySelector('.k-input-inner').select();
2563
+ this.comboboxComponent().togglePopup(true);
2563
2564
  this.focused.emit();
2564
2565
  }
2565
2566
  /**