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
I'm wondering if is it save to enable 'noValidate' flag in react final form. <form noValidate onSubmit={handleSubmit}
What I'm trying to achieve is omit native input validation e.g. for inputs type=date
The text was updated successfully, but these errors were encountered:
I'm wondering if is it save to enable 'noValidate' flag in react final form.
<form noValidate onSubmit={handleSubmit}
What I'm trying to achieve is omit native input validation e.g. for inputs type=date
The text was updated successfully, but these errors were encountered: