@@ -31,7 +31,7 @@ import arrayMutators from 'final-form-arrays'
3131
3232// Create Form
3333const form = createForm ({
34- mutators: { ... arrayMutators }
34+ mutators: { ... arrayMutators },
3535 onSubmit
3636})
3737
@@ -45,18 +45,20 @@ const customer = form.mutators.pop('customers')
4545## Table of Contents
4646
4747<!-- START doctoc generated TOC please keep comment here to allow auto update -->
48+
4849<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
50+
4951<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5052
51- - [ Mutators] ( #mutators )
52- - [ ` form.mutators.insert(name: string, index:number, value: any) => undefined ` ] ( #formmutatorsinsertname-string-indexnumber-value-any--undefined )
53- - [ ` form.mutators.move(name: string, from: number, to: number) => undefined ` ] ( #formmutatorsmovename-string-from-number-to-number--undefined )
54- - [ ` form.mutators.pop(name: string) => any ` ] ( #formmutatorspopname-string--any )
55- - [ ` form.mutators.push(name: string, value: any) => void ` ] ( #formmutatorspushname-string-value-any--void )
56- - [ ` form.mutators.remove(name: string, index: number) => any ` ] ( #formmutatorsremovename-string-index-number--any )
57- - [ ` form.mutators.shift(name: string) => any ` ] ( #formmutatorsshiftname-string--any )
58- - [ ` form.mutators.swap(name: string, indexA: number, indexB: number) => void ` ] ( #formmutatorsswapname-string-indexa-number-indexb-number--void )
59- - [ ` form.mutators.unshift(name: string, value: any) => void ` ] ( #formmutatorsunshiftname-string-value-any--void )
53+ * [ Mutators] ( #mutators )
54+ * [ ` form.mutators.insert(name: string, index:number, value: any) => undefined ` ] ( #formmutatorsinsertname-string-indexnumber-value-any--undefined )
55+ * [ ` form.mutators.move(name: string, from: number, to: number) => undefined ` ] ( #formmutatorsmovename-string-from-number-to-number--undefined )
56+ * [ ` form.mutators.pop(name: string) => any ` ] ( #formmutatorspopname-string--any )
57+ * [ ` form.mutators.push(name: string, value: any) => void ` ] ( #formmutatorspushname-string-value-any--void )
58+ * [ ` form.mutators.remove(name: string, index: number) => any ` ] ( #formmutatorsremovename-string-index-number--any )
59+ * [ ` form.mutators.shift(name: string) => any ` ] ( #formmutatorsshiftname-string--any )
60+ * [ ` form.mutators.swap(name: string, indexA: number, indexB: number) => void ` ] ( #formmutatorsswapname-string-indexa-number-indexb-number--void )
61+ * [ ` form.mutators.unshift(name: string, value: any) => void ` ] ( #formmutatorsunshiftname-string-value-any--void )
6062
6163<!-- END doctoc generated TOC please keep comment here to allow auto update -->
6264
0 commit comments