Description
It would be great to be able to set new default values for each field, maybe even set them automatically when that option is enabled and the form gets submitted.
In my case, I have an option to enable form editing. When done, the inputs get enabled and the user can enter the data. The default values are fetched from the server. When the user clicks submit everything is fine and the new values of the fields simply are what the user entered. When resetting, the values get reset to their default. This all works fine, as long as the user only submits the form once. In the second iteration, the default values still are the ones from the FIRST fetch. When the user now cancels editing, the field values are not reset to what the user submitted previously, but to what was fetched from the server in the first place.