Open
Description
Describe the bug
Hi,
first of all, thanks for this very useful code! this is very helpful.
I am encountering an issue. after building a form for a json schema object, all fields, including optional, are getting values.
Fields that are not edited are getting undefined values.
This is very problematic in our code.
Can this be configured somehow?
thanks
Sigal
Related version
element-pro-components: 1.2.12
Link to minimal reproduction
No response
Steps to Reproduce the Bug
- build a form from simple schema
- edit one field
- submit
- see that all empty fields that were not edited, are sent as undefined
Expected behavior
build a form,
edit only one field
click submit
only one change should appear
Additional context
No response