tbonelee commented on PR #5265: URL: https://github.com/apache/zeppelin/pull/5265#issuecomment-4639602921
@jongyoul It changes the parts which use untyped Angular form API into typed form API (This does not change previous behaviors). Additionally, I ensure number type `value` fields to be serialized into JSON string value to fix [ZEPPELIN-6395](https://issues.apache.org/jira/browse/ZEPPELIN-6395)(This changes the behavior). When a user changes the value of the field whose type is `number`, ### Previously `value` is saved as JSON number (in `conf.interpreter.json`). <img width="241" height="100" alt="image" src="https://github.com/user-attachments/assets/92b3245b-1c0c-40e8-ad00-af2121cc788c" /> ### Currently `value` is saved as JSON string (numeric string). <img width="219" height="100" alt="image" src="https://github.com/user-attachments/assets/5c80ddff-d336-4874-800e-0093bcf6ce62" /> -- 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]
