react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

[Question] Is it safe to use noValidate flag on form and to prevent default native validation messages

Open amBunkowski opened this issue 1 year ago • 0 comments

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 image

amBunkowski avatar Jul 16 '24 15:07 amBunkowski