On Update
This event occurs when the value of the form components is updated.
During development, the onUpdate
event handler can be valuable for debugging and logging purposes. You can log state changes, inspect updated values, and gain insights into the flow of the application, facilitating troubleshooting and analysis.