Originally created by @dpalic on GitHub (Sep 4, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
Problem Description
It is a minor feature, but with many starters on openwebui trained all do the same mistake
Prompt suggestions as provided in the model are mostly clicked via mouse.
now the user waits that something is happening. But nothing is happening as they do not see they need to click now again on send or to press enter. And this I had to 100% of the users!!!
So IMHO this is a UX which shall be improved
what is missing, if the user selects a one of "Prompt suggestions" that this prompt is being sent immediately
afaik a js onclick() event could autosend this.
It shall be activated by default and shall be a configurable toggle for admins
Desired Solution you'd like
default behavior: on clicking suggested prompt, this prompt shall be auto sent
Alternatives Considered
leave it as it is, but bad UX
Additional Context
all my trained persons, have failed on this basic test of the UI => UX is matter of improvement here
Originally created by @dpalic on GitHub (Sep 4, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
It is a minor feature, but with many starters on openwebui trained all do the same mistake
Prompt suggestions as provided in the model are mostly clicked via mouse.
now the user waits that something is happening. But nothing is happening as they do not see they need to click now again on send or to press enter.
**And this I had to 100% of the users!!!**
So IMHO this is a UX which shall be improved
what is missing, if the user selects a one of "Prompt suggestions" that this prompt is being sent immediately
afaik a js onclick() event could autosend this.
It shall be activated by default and shall be a configurable toggle for admins
### Desired Solution you'd like
default behavior: on clicking suggested prompt, this prompt shall be auto sent
### Alternatives Considered
leave it as it is, but bad UX
### Additional Context
all my trained persons, have failed on this basic test of the UI => UX is matter of improvement here
Could we please make this feature optional, either via an environment variable or a toggle in the admin UI? I preferred the previous implementation, as it allowed more flexibility in using and modifying the initial prompt. Personally, I often start with a suggested prompt and then edit specific sections as needed.
@deployn commented on GitHub (Sep 12, 2025):
Could we please make this feature optional, either via an environment variable or a toggle in the admin UI? I preferred the previous implementation, as it allowed more flexibility in using and modifying the initial prompt. Personally, I often start with a suggested prompt and then edit specific sections as needed.
I think this is a regression, I use suggested prompts as "partial prompts" so if it autosend I can't edit them anymore
@grigio commented on GitHub (Sep 14, 2025):
I think this is a regression, I use suggested prompts as "partial prompts" so if it autosend I can't edit them anymore
I am thinking of a potential solution to this and all similar issues where admins can define global default values for the Interface settings for all users, what do you think of this?
@Classic298 commented on GitHub (Oct 28, 2025):
@mfgeary per-user only unfortunately.
I am thinking of a potential solution to this and all similar issues where admins can define global default values for the Interface settings for all users, what do you think of this?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @dpalic on GitHub (Sep 4, 2025).
Check Existing Issues
Problem Description
It is a minor feature, but with many starters on openwebui trained all do the same mistake
Prompt suggestions as provided in the model are mostly clicked via mouse.
now the user waits that something is happening. But nothing is happening as they do not see they need to click now again on send or to press enter.
And this I had to 100% of the users!!!
So IMHO this is a UX which shall be improved
what is missing, if the user selects a one of "Prompt suggestions" that this prompt is being sent immediately
afaik a js onclick() event could autosend this.
It shall be activated by default and shall be a configurable toggle for admins
Desired Solution you'd like
default behavior: on clicking suggested prompt, this prompt shall be auto sent
Alternatives Considered
leave it as it is, but bad UX
Additional Context
all my trained persons, have failed on this basic test of the UI => UX is matter of improvement here
@tjbck commented on GitHub (Sep 7, 2025):
e023a98f11@deployn commented on GitHub (Sep 12, 2025):
Could we please make this feature optional, either via an environment variable or a toggle in the admin UI? I preferred the previous implementation, as it allowed more flexibility in using and modifying the initial prompt. Personally, I often start with a suggested prompt and then edit specific sections as needed.
@Classic298 commented on GitHub (Sep 13, 2025):
@deployn you can toggle it in the settings > Interface settings
@grigio commented on GitHub (Sep 14, 2025):
I think this is a regression, I use suggested prompts as "partial prompts" so if it autosend I can't edit them anymore
@Classic298 commented on GitHub (Sep 14, 2025):
@grigio you can toggle it in the settings > Interface settings
@grigio commented on GitHub (Sep 14, 2025):
@Classic298 Thanks, it works
@mfgeary commented on GitHub (Oct 7, 2025):
Is there an admin setting to toggle this globally? Or is it per-user only?
@dpalic commented on GitHub (Oct 28, 2025):
@tjbck thank you for the fix! works great
@Classic298 commented on GitHub (Oct 28, 2025):
@mfgeary per-user only unfortunately.
I am thinking of a potential solution to this and all similar issues where admins can define global default values for the Interface settings for all users, what do you think of this?
@Classic298 commented on GitHub (Oct 28, 2025):
https://github.com/open-webui/open-webui/discussions/18684