You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: