datalist

object datalist extends Tag

The <strong>HTML <code><datalist></code> element</strong> contains a set of <a title="The HTML <option> element is used to define an item contained in a <select>, an <optgroup>, or a <datalist>&nbsp;element. As such,&nbsp;<option>&nbsp;can represent menu items in popups and other lists of items in an HTML document." href="/en-US/docs/Web/HTML/Element/option"><code><option></code></a> elements that represent the values available for other controls.

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]