multiple

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

input - This Boolean attribute indicates whether the user can enter more than one value. This attribute applies when the type attribute is set to email or file, otherwise it is ignored. select - This Boolean attribute indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time.

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

Implicits

Implicits

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