We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f0176 commit d574085Copy full SHA for d574085
src/index.d.ts
@@ -62,8 +62,8 @@ export type FormProps = {
62
63
export type FieldProps = {
64
allowNull?: boolean
65
- format: ((value: any, name: string) => any) | null
66
- parse: ((value: any, name: string) => any) | null
+ format?: ((value: any, name: string) => any) | null
+ parse?: ((value: any, name: string) => any) | null
67
name: string
68
subscription?: FieldSubscription
69
validate?: (value: any, allValues: object) => any
0 commit comments