pierrejeambrun opened a new pull request, #71627: URL: https://github.com/apache/airflow/pull/71627
Native `datetime-local` inputs report no value until **both** a date and a time are entered, and Firefox and Safari do not auto-fill the time when a date is picked from their calendar. Picking a date without a time therefore left the field empty and disabled the backfill form. The picker is now built on text **date + time** inputs — the same building blocks the date-range filter already uses — so a date-only entry defaults the time (start of day, or end of day for a range's upper bound) and produces a usable value consistently across browsers. It shows the selected timezone and offers a calendar popover, matching the date-range picker. This affects every place the shared `DateTimeInput` is used: the backfill dialog, the trigger form (logical date + manual data interval), and dynamic / flexible-form datetime params. closes: #54429 #### Before / After **Backfill — date range** - Before: - After: **Trigger — logical date** - Before: - After: **Trigger — manual data interval** - Before: - After: **Dynamic form — date-time param** - Before: - After: --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
