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

Remove affix when submitting a form

Ranzeb opened this issue · comments

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.