Hi,
I have a custom submit button on entity form.
After entering values in non mandatory fields, if one clicks on submit button without clicking on anywhere else on form,
focus remains on field in which value was entered at last that is the value of that field is taken as previous value.
For instance, if some field has null value , I entered some 'xyz' value and clicked on submit button .The value button will remain null, not 'xyz'.
I have multiple custom buttons on different forms.
Need resolution to resolve it.