anmolxlight opened a new pull request, #69955: URL: https://github.com/apache/airflow/pull/69955
Fix the date range filter inputs 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 or pressing Escape) closes: #69891 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes - Claude Code (DeepSeek V4 Flash) Generated-by: Claude Code (DeepSeek V4 Flash) 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]
