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

Fix empty help message #199

Closed jimmyn closed 2 years ago

jimmyn commented 2 years ago

In the latest version of antd (4.18.5) in the Form.Item if help is set to false it will show as an empty div visible on the layout. PR fixes this small issue.

jimmyn commented 2 years ago

@jannikbuschke could you merge this please, it's a fairly simple, nonbreaking change