noValidate

The noValidate property of the HTMLFormElement interface is a boolean value indicating if the

will bypass constraint validation when submitted. It reflects the element's novalidate attribute; if the attribute present, the value is true.

MDN Reference