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
Hi,
The form value is usually saved when the save() function is called.
You could invoke the save function within your onChange so that the value is committed.
Hi,
The form value is usually saved when the save() function is called.
You could invoke the save function within your onChange so that the value is committed.
Hi @CedYF,
Has this been of any help? Should we close this issue?
I have a list of 3 FormBuilderRadio.
I only want to show one a time so I'm wrapping them in a visibility widget.
But when I use the onChange function to change the visibility, it doesn't save the value of the Radio that the user selected.
the onChange seems to replace saving the value...
Is there anyway to fix this?
The text was updated successfully, but these errors were encountered: