I have a form with canSubmit: true. At the same form, a checkbox use redrawOnChange and other FormItems use showIf.
I noticed that if the checkbox with redrawOnChange receives a click, when I submit the form any fields that were changed by the user will be sent as empty to the server. If the field wasn't changed by the user, the default values are sent normally.
Is this the expected behavior or is this a bug?
I'm using v10.1p_2016-02-09/LGPL Deployment. Previously I was using v8.2p_2012-03-23/LGPL Deployment where I didn't experienced this behavior.
I'm testing it in Chrome 56.0.2924.76 (64-bit).
I noticed that if the checkbox with redrawOnChange receives a click, when I submit the form any fields that were changed by the user will be sent as empty to the server. If the field wasn't changed by the user, the default values are sent normally.
Is this the expected behavior or is this a bug?
I'm using v10.1p_2016-02-09/LGPL Deployment. Previously I was using v8.2p_2012-03-23/LGPL Deployment where I didn't experienced this behavior.
I'm testing it in Chrome 56.0.2924.76 (64-bit).
Comment