The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-datepicker-auto-submit-on-keystroke has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
9b208713afd91983cfa8e5225156c1fea0356f9c / anmol mishra <[email protected]>
UI: Fix date range filter updating on each keystroke

The date range filter inputs were calling onChange on every valid
keystroke, which triggered URL search param updates and caused the
editing state to be overwritten by the synced value from the parent.
This made the date picker effectively unusable - typed values would
appear to flash or get replaced with formatted values.

Fix: Remove the auto-submit from the input change handler. The
editing state stays local until the user explicitly applies it
via any of these paths:
  - Clicking a date in the calendar popover
  - Pressing Enter in any date/time input
  - Clicking the new Apply button
  - Closing the popover (clicking outside / pressing Escape)

closes: #69891

Report URL: https://github.com/apache/airflow/actions/runs/29481378114

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to