We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa272c commit 25cfee5Copy full SHA for 25cfee5
src/index.d.ts
@@ -45,6 +45,7 @@ export interface RenderableProps<T> {
45
export interface FieldArrayProps
46
extends RenderableProps<FieldArrayRenderProps> {
47
name: string
48
+ isEqual?: (a: any, b: any) => boolean
49
subscription?: FieldSubscription
50
validate?: (value: any, allValues: object) => any
51
}
0 commit comments