rbelavadi commented on PR #5676: URL: https://github.com/apache/texera/pull/5676#issuecomment-4738800039
Hi @Yicong-Huang, thanks for the feedback, that helped clarify the real issue. I reworked the fix. Instead of changing the validator, the fix is now in onFormChanges, where every field's value passes through before being saved. It removes the key with the null value entirely when an optional field is cleared, but keeps required fields working as before. Let me know if you think this should be handled somewhere else instead. -- 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]
