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 2af66dc commit 5237673Copy full SHA for 5237673
src/index.d.ts
@@ -24,6 +24,7 @@ export interface FieldRenderProps {
24
// TODO: Make a diff of `FieldState` without all the functions
25
active: boolean
26
dirty: boolean
27
+ dirtySinceLastSubmit: boolean
28
error: any
29
initial: boolean
30
invalid: boolean
src/types.js.flow
@@ -25,6 +25,7 @@ export type FieldRenderProps = {
active: boolean,
dirty: boolean,
+ dirtySinceLastSubmit: boolean,
error: any,
initial: boolean,
31
invalid: boolean,
0 commit comments