mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #11969] feat: Auto-focus text field after model selection #55085
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bannert1337 on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11969
Check Existing Issues
Problem Description
Currently, after selecting a model in the model selection dropdown, the text field does not automatically receive focus. This forces the user to manually click in the text field or move the mouse over to start typing, which disrupts the user flow and decreases efficiency.
Desired Solution you'd like
When a model is selected from the dropdown, automatically set the focus on the text field so that the user can immediately start typing. This behavior will streamline the user experience and reduce unnecessary clicks.
Alternatives Considered
Additional Context
This enhancement will improve the overall usability of the interface, especially for users who frequently switch models and wish to quickly input text without extra interaction. It is a small change that will have a significant positive impact on user experience.