React Final Form: is it possible to submit in edit form even no changes made in fields?

66 views Asked by At

in React Final Form is pristine props can be make it always false? or in the other words is it possible to submit in edit form even no changes made in fields?

I already checking the documentation but unfortunately still no solution of this.

<Form
                initialVal={form.current}
                onSubmit={handleSubmitForm}
                render={({ handleSubmit }) => (
                  <form onSubmit={handleSubmit}>
0

There are 0 answers