-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix API doc for Field component #2561
Comments
The docs in general, are quite chaotic (to put it mildly) Formik: https://jaredpalmer.com/formik/docs/api/formik There are two kind of props here: the ones for It's hard to distinguish them |
More in https://jaredpalmer.com/formik/docs/api/field
The two "see..." parentheses, have broken links. |
You are free to open a PR with these revisions! |
@johnrom I'll try to summit some fixes - but the problem is that to fix some docs we need to understand the API, and to understand the API we need ... to read the docs (unless we are Formik developers). |
@leonbloy I think I found the answer to this question in an old issue -- |
Why shouldn't components gets metas ? In the code there is this comment before creating component in Field : Why would that be an issue ? I would really like to use components on Field as it's way cleaner. I just moved from redux-form and all my Fields are components. |
It's frustrating that the docs for the fundamental
<Field>
component is so messed up.The text was updated successfully, but these errors were encountered: