required

slinky.web.html.required$
object required extends Attr

textarea - This attribute specifies that the user must fill in a value before submitting a form. select - A Boolean attribute indicating that an option with a non-empty string value must be selected. input - This attribute specifies that the user must fill in a value before submitting a form. It cannot be used when the type attribute is hidden, image, or a button type (submit, reset, or button). The :optional and :required CSS pseudo-classes will be applied to the field as appropriate.

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[_required_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_required_attr.type]

Implicits

Implicits

implicit def boolToPairinputApplied(attrObj: required.type.this.type): AttrPair[tag.type]
implicit def boolToPairselectApplied(attrObj: required.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: required.type.this.type): AttrPair[tag.type]
implicit def boolToPairtextareaApplied(attrObj: required.type.this.type): AttrPair[tag.type]