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

TextArea is not working with antd 4.15.1

chemicalkosek opened this issue · comments

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:
ant-design/ant-design@39aa2fb

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

I'm closing as it looks like there's a fix ready to be released.
ant-design/ant-design#30124