formNoValidate property

bool? formNoValidate
finalinherited

If the button is a submit button, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner.

Implementation

final bool? formNoValidate;