Skip to content

[FIX][UX] Autocomplete: Refocus input when no autocomplete results are found

  • [FIX][UX] Autocomplete: Refocus input when no autocomplete results are found

Fixes a race condition that caused the autocomplete input to lose focus on no results. A delayed setTimeout now programmatically restores focus after the component's internal blur event has completed, ensuring the input remains active. Resolves this task point 16

Before


Focus_loss_in_autocomplete

After


Focus_loss_fixed

Merge request reports

Loading