FormInput

works.iterative.ui.components.tailwind.form.FormInput
See theFormInput companion object
trait FormInput[V]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PlainInput[V]
class Switch[V]
class TextArea[V]

Members list

Value members

Abstract methods

def render(property: Property[V], updates: Observer[Validated[V]]): L.HtmlElement

Concrete methods

def validate(v: V => Validated[V]): FormInput[V]