AutocompleteViews

works.iterative.autocomplete.ui.laminar.AutocompleteViews
trait AutocompleteViews extends InputFieldViews

Attributes

Graph
Supertypes
trait InputFieldViews
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def comboButton(mods: L.HtmlMod*): L.HtmlElement
def comboContainer(mods: L.HtmlMod*): L.HtmlElement
def comboOption(active: Signal[Boolean], selected: Signal[Boolean], text: L.Node, description: Option[L.Node], mods: L.HtmlMod*): L.HtmlElement
def comboOptionsContainer(mods: L.HtmlMod*): L.HtmlElement

Inherited and Abstract methods

def inputField(id: String, fieldName: String, inError: Signal[Boolean], inputMods: L.HtmlMod*): L.Input

Attributes

Inherited from:
InputFieldViews
def inputFieldContainer(inError: Signal[Boolean], input: L.HtmlElement, mods: L.HtmlMod*): L.HtmlElement

Attributes

Inherited from:
InputFieldViews
def textAreaField(id: String, fieldName: String, inError: Signal[Boolean], inputMods: L.HtmlMod*): L.TextArea

Attributes

Inherited from:
InputFieldViews