Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 5, 2022 05:31 pm GMT

Disabling all the fields in a form (Formik)

I needed a way to disable the entire form in Formik until the data fetching or submission was complete. For this I found a tag that can enable or disable the entire form. We simply need to wrap our form components inside the <fieldset> tag and pass true to attribute disabled and then all the elements inside the form will be disabled.

Original comment
Reference code from mdn


Original Link: https://dev.to/atosh502/disabling-all-the-fields-in-a-form-formik-2ec2

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To