jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
587 stars 81 forks source link

Input.TextArea not working #183

Closed jasyes closed 3 years ago

jasyes commented 3 years ago

I've just updated to Antd 4.15.1 and formik-antd Input.TextArea stop working. When typing into textarea, the warning message display in console:

Warning: Formik called `handleChange`, but you forgot to pass an `id` or `name` attribute to your input:
    undefined
    Formik cannot determine which value to update. For more info see https://formik.org/docs/api/formik#handlechange-e-reactchangeeventany--void

Formik state not updating.

PS. On version 4.14.1 textArea working properly.

jannikbuschke commented 3 years ago

probably duplicate of https://github.com/jannikbuschke/formik-antd/issues/182