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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)