Skip to content

Commit

Permalink
Correct type description on Field.render input properties (jaredpalme…
Browse files Browse the repository at this point in the history
…r#1416)

* Correct type description on Field.render input properties

* Update field.md
  • Loading branch information
wwahammy authored and jaredpalmer committed Apr 7, 2019
1 parent 50882a2 commit 22db39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Aside from string-only `component`, each render prop is passed the same props fo
Field's render props are an object containing:

* `field`: An object containing `onChange`, `onBlur`, `name`, and `value` of the field
* `form`: The Formik bag.
* `form`: Formik state and helpers
* Any other props passed to field

## Example
Expand Down

0 comments on commit 22db39c

Please sign in to comment.