Shivam-Shukla0 commented on issue #69891:
URL: https://github.com/apache/airflow/issues/69891#issuecomment-4979700183

   Hey @wolfier I'd like to work on this issue.
   
   From the description, it looks like the datetime filter 
   input commits its value on every keystroke (updating the 
   filter state and triggering a refetch), instead of 
   committing on blur/Enter or after the input is a complete, 
   valid date. That would explain both the odd displayed value 
   (partial input being parsed as a date) and the constant 
   refreshing.
   
   My plan:
   1. Reproduce locally (Breeze + UI dev server)
   2. Locate the date/time filter component in the UI code
   3. Fix the commit behavior (defer to blur/Enter or debounce, 
      whichever is consistent with the rest of the filters)
   4. Attach before/after screen recordings with the PR
   
   Could a maintainer please assign this to me?


-- 
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]

Reply via email to