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 doesn't work #184

Closed Illia-Linevych closed 3 years ago

Illia-Linevych commented 3 years ago

I have textarea in my form: `

</Form.Item> and I actually can't enter any key in it. Also I receive this warning in console on each key entering in textarea: ![image](https://user-images.githubusercontent.com/50486434/115145331-b094b000-a059-11eb-8d63-96eaeb1e2e07.png) AddingonChange={(e) => (handleChange({ target: { name: 'selfDescription', value: e.target.value } }))` to my Input.TextArea solves problem but I'm still receiving this warnings in my console and it is a bit confusing. So how can i properly fix this behavior?

jannikbuschke commented 3 years ago

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