Subham-KRLX commented on issue #62049:
URL: https://github.com/apache/airflow/issues/62049#issuecomment-3911849596

   I looked into this and found that the zag-js library used by Chakra UI fails 
because it expects string values for dropdown items but we're passing null.
   I fixed this by converting null values to a string 'null' only for the UI 
rendering and then swapping it back to the actual null value when saving the 
form. This brings back the behavior from 2.11 and I have added tests to cover 
all the edge cases like custom labels and clearing selections.


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