multiple

object multiple extends Attr

input - This Boolean attribute indicates whether the user can enter more than one value. This attribute applies when the <strong>type</strong> attribute is set to <code>email</code> or <code>file</code>, 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.

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

Implicits

Implicits

@inline
implicit def boolToPairinputApplied(attrObj: multiple): AttrPair[tag]
@inline
implicit def boolToPairselectApplied(attrObj: multiple): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: multiple): AttrPair[tag]