Skip to content

Commit f2ca4be

Browse files
committed
v3.5.0
1 parent 865b371 commit f2ca4be

File tree

6 files changed

+5507
-7223
lines changed

6 files changed

+5507
-7223
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ const MyForm = () => (
192192
* [`debug?: DebugFunction`](#debug-debugfunction)
193193
* [`decorators?: Decorator[]`](#decorators-decorator)
194194
* [`initialValues?: Object`](#initialvalues-object)
195+
* [`keepDirtyOnReinitialize?: boolean`](#keepdirtyonreinitialize-boolean)
195196
* [`mutators?: { [string]: Mutator }`](#mutators--string-mutator-)
196197
* [`onSubmit: (values: Object, form: FormApi, callback: ?(errors: ?Object) => void) => ?Object | Promise<?Object> | void`](#onsubmit-values-object-form-formapi-callback-errors-object--void--object--promiseobject--void)
197198
* [`render?: (props: FormRenderProps) => React.Node`](#render-props-formrenderprops--reactnode)
@@ -612,6 +613,10 @@ to apply to the form.
612613

613614
[See the 🏁 Final Form docs on `initialValues`](https://github.com/final-form/final-form#initialvalues-object).
614615

616+
#### `keepDirtyOnReinitialize?: boolean`
617+
618+
[See the 🏁 Final Form docs on `keepDirtyOnReinitialize`](https://github.com/final-form/final-form##keepdirtyonreinitialize-boolean).
619+
615620
#### `mutators?: { [string]: Mutator }`
616621

617622
[See the 🏁 Final Form docs on `mutators`](https://github.com/final-form/final-form#mutators--string-function-).

0 commit comments

Comments
 (0)