formik-antd icon indicating copy to clipboard operation
formik-antd copied to clipboard

Remove affix when submitting a form

Open Ranzeb opened this issue 3 months ago • 0 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.

Ranzeb avatar Mar 04 '24 16:03 Ranzeb