noValidate

object noValidate extends Attr

This Boolean attribute indicates that the form shouldn't be validated when submitted. If this attribute is not set (and therefore the form is validated), it can be overridden by a <code><a href="/en-US/docs/Web/HTML/Element/button#attr-formnovalidate">formnovalidate</a></code> attribute on a <a title="The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality." href="/en-US/docs/Web/HTML/Element/button"><code><button></a></code>, <code><a href="/en-US/docs/Web/HTML/Element/button#attr-formnovalidate">formnovalidate</a></code> attribute on a <a href="/en-US/docs/Web/HTML/Element/input/submit"><code><input type="submit"></code></a>, or <a href="/en-US/docs/Web/HTML/Element/input/submit"><code><input type="image"></code></a> element belonging to the form.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_noValidate_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_noValidate_attr]

Implicits

Implicits

@inline
implicit def boolToPairformApplied(attrObj: noValidate): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: noValidate): AttrPair[tag]