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

TextArea is not working with antd 4.15.1 #182

Closed chemicalkosek closed 3 years ago

chemicalkosek commented 3 years ago

Can't write within TextArea when upgrading to antd 4.15.1 Reverting to 4.15 makes it work Currently not sure if it's an issue on antd side or formik-antd.

Here's the change they made to TextArea in 4.15.1: https://github.com/ant-design/ant-design/pull/30070/commits/39aa2fb8618825958ebbb5edaece0f90ee8d51db

Reproduction: https://codesandbox.io/s/compassionate-dirac-tlgjn?file=/src/App.js

chemicalkosek commented 3 years ago

I'm closing as it looks like there's a fix ready to be released. https://github.com/ant-design/ant-design/pull/30124