noValidate property

bool get noValidate

Designates a form that is not validated when submitted.

MDN Reference

Implementation

_i2.bool get noValidate => _i4.getProperty(
      this,
      'noValidate',
    );
set noValidate (bool value)

Implementation

set noValidate(_i2.bool value) {
  _i4.setProperty(
    this,
    'noValidate',
    value,
  );
}