[v2] Using reactive/dependent fields sends all fields to be saved
Having the following configuration
when I save the model, having selected
option1
for instance and filling up the values, I get the extra_login field in my JSON attribute in my model
Expected:
- name: Name 1
- value: Value 1
Actual
- name: Name 1
- value: Value 1
- extra_login: null1 Reply
Any help or tip for a configuration to make the actual object saved ignore the hidden fields? π