mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[PR #20363] [CLOSED] fix: replace month input with dropdowns for Firefox compatibility #48627
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20363
Author: @majiayu000
Created: 1/4/2026
Status: ❌ Closed
Base:
dev← Head:fix/month-input-firefox-fallback📝 Commits (1)
e76f66cfix: replace month input with year/month dropdowns for Firefox compatibility📊 Changes
1 file changed (+52 additions, -10 deletions)
View changed files
📝
src/lib/components/chat/MessageInput/InputVariablesModal.svelte(+52 -10)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
<input type="month">with two dropdown selects (year and month)<input type="month">, causing the picker to not renderFixed
Additional Information
YYYY-MMfor compatibility with existing prompt configurationsContributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.