SmartGWT Enterprise 14.14-p20250927
We have an issue with a DynamicForm where multiple save calls are happening. The results of the first save call wipe out the pending changes from the second save call.
This is happening because we have used setImplicitSaveOnBlur(true). When a user changes a field in the form, the first save call happens. But while that is happening, they are also changing a checkbox in the form. When the first save completes, the checkbox gets set back because the response from the first save has that value as false.
Is there a way to have the response from update calls not overwrite any pending changes?
We have an issue with a DynamicForm where multiple save calls are happening. The results of the first save call wipe out the pending changes from the second save call.
This is happening because we have used setImplicitSaveOnBlur(true). When a user changes a field in the form, the first save call happens. But while that is happening, they are also changing a checkbox in the form. When the first save completes, the checkbox gets set back because the response from the first save has that value as false.
Is there a way to have the response from update calls not overwrite any pending changes?