noValidate

slinky.web.html.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 formnovalidate attribute on a <button>, formnovalidate attribute on a <input type="submit">, or <input type="image"> element belonging to the form.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: Boolean): AttrPair[_noValidate_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_noValidate_attr.type]

Implicits

Implicits

implicit def boolToPairformApplied(attrObj: noValidate.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: noValidate.type.this.type): AttrPair[tag.type]