mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:03:05 -05:00
[GH-ISSUE #20151] issue: month input type not showing in prompts #19103
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 @zhiweit on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20151
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
Firefox 146.0.1
Confirmation
README.md.Expected Behavior
Month and year date picker UI to appear in prompt when
monthis used as input type in prompt e.g.{{billing_month | month}}as per the documentation "A picker that allows users to select a specific month and year, without needing to choose a day. Useful for billing cycles, reports, or timelines."Actual Behavior
Month and year are not showing on the prompt.
Steps to Reproduce
monthinput type e.g. slash commandmonthly-report/monthly-reportto open the promptLogs & Screenshots
Screenshot as per above in actual behaviour
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 24, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bugShow 5 more related issues
#19861 issue:
by QuitHub • Dec 10, 2025 •
bug#17325 issue: Input modal for "Prompts" with placeholders doesn't open
by Ithanil • Sep 10, 2025 •
bug#16019 issue: Prompt variables (e.g., {{CURRENT_DATETIME}}) in Folder's System Prompt are not rendered
by GSAlex • Jul 25, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#15802 issue: The "Prompt suggestions" feature is incomplete
by i-iooi-i • Jul 17, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Dec 27, 2025):
I am able to reproduce this issue on the latest
devcommit of Open WebUI via Mozilla Firefox browser on Ubuntu.Prompt title:
/all-date-typesPrompt body:
Save → open a new chat → type
/all-date-types→ pressEnter→ View result.A picker that allows users to select a specific month and year, without needing to choose a day (useful for billing cycles, reports, or timelines) is expected.
@Classic298 commented on GitHub (Dec 27, 2025):
Might be browser specific quirk here. looking into it
@Classic298 commented on GitHub (Dec 27, 2025):
Confirmed working in Chromium based browsers and broken only in firefox because firefox for some reason does not support a month type input field????? Crazy.
I'll leave this up to @tjbck on how to decide here.
For now; i'll update the documentation to reflect this.
@tjbck commented on GitHub (Jan 4, 2026):
We'll be inheriting browser default behaviour here, documentation should be updated.
@Classic298 commented on GitHub (Jan 4, 2026):
Docs are updated