primeng 17.18.19-lts → 17.18.20-lts

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.
@@ -1462,7 +1462,9 @@ class Dropdown {
1462
1462
  optionIndex = this.findFirstFocusedOptionIndex();
1463
1463
  }
1464
1464
  if (optionIndex !== -1) {
1465
- this.changeFocusedOptionIndex(event, optionIndex);
1465
+ setTimeout(() => {
1466
+ this.changeFocusedOptionIndex(event, optionIndex);
1467
+ });
1466
1468
  }
1467
1469
  if (this.searchTimeout) {
1468
1470
  clearTimeout(this.searchTimeout);