You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form renderer toggles the visibility of the textfield. When i submit this form, the value of the textbox is lost, because on the server the visibility is determined as not visible and the value is cleared.
So either the conditional calculation on the client is broken, and allows subpaths, or the calculation on the server side can't handle subpaths for visibility calculation.
Version/Branch
5.0.0-rc.91 at least also experienced in 4.0.2
To Reproduce
Create a Form with the given definition and submit it. The value for first.nested.textfield is lost
Expected behavior
A clear and concise description of what you expected to happen.
Either the toggling on client side should not work, or the server should not discard the value.
The text was updated successfully, but these errors were encountered:
@VikkiAlenn Yeah, that im aware of. The question is why is this "working" in the gui? Shouldn't the toggle in the guy also not work? The path behaves different in the gui ...
Describe the bug
When i have the following form definition:
The form renderer toggles the visibility of the textfield. When i submit this form, the value of the textbox is lost, because on the server the visibility is determined as not visible and the value is cleared.
So either the conditional calculation on the client is broken, and allows subpaths, or the calculation on the server side can't handle subpaths for visibility calculation.
Version/Branch
5.0.0-rc.91 at least also experienced in 4.0.2
To Reproduce
Create a Form with the given definition and submit it. The value for
first.nested.textfield
is lostExpected behavior
A clear and concise description of what you expected to happen.
Either the toggling on client side should not work, or the server should not discard the value.
The text was updated successfully, but these errors were encountered: