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

Remove affix when submitting a form #217

Open Ranzeb opened 6 months ago

Ranzeb commented 6 months ago

Hi, I've introduced Formik with Antd in my project to handle form validation.

Everything works fine except for the affix that appear automatically as container of all the inputs that I want to validate in the exact moment that I submit my form.

Any advice on how to remove this behaviour ? My style broke everytime because of this and I need to overwrite the css of that antd container that I've never declared in my code.