Skip to content

[applets/weather] Don't switch focus away from search field to result list

Switching focus away from search field to result list while the user is typing results in a very annoying search experience.

This change doesn't slow down the user, since the first result is still selected but not focused. So when user can still directly click "Select" without having the select the first item.

Merge request reports