formNoValidate property

bool formNoValidate

Implementation

bool get formNoValidate => js_util.getProperty(this, 'formNoValidate');
void formNoValidate=(bool newValue)

Implementation

set formNoValidate(bool newValue) {
  js_util.setProperty(this, 'formNoValidate', newValue);
}