[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
After