jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.

Home Page:https://codesandbox.io/s/github/jannikbuschke/formik-antd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input.TextArea not working

jasyes opened this issue · comments

commented

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.

probably duplicate of #182