mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #17325] issue: Input modal for "Prompts" with placeholders doesn't open #56908
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 @Ithanil on GitHub (Sep 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17325
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.27
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When using a "Prompt" with placeholders, on using the prompt via
/myprompt, an model with input fields should open.Actual Behavior
No input modal opens and the prompt gets pasted verbatim into the text input field.
Steps to Reproduce
/summarize_articlefrom https://docs.openwebui.com/features/workspace/prompts/#example-use-cases/summarize_articleand click the Prompt.Logs & Screenshots
https://github.com/user-attachments/assets/3084f4f0-b68b-4389-957a-735197b98034
I don't see relevant log output.
Additional Information
Works fine in 0.6.26
@Classic298 commented on GitHub (Sep 10, 2025):
hmmm... can reproduce. This is a regression, why is it broken now?
@tjbck commented on GitHub (Sep 10, 2025):
Addressed with
d5cb65527e, 0.6.28 should be out shortly.