TextArea

works.iterative.ui.components.tailwind.form.TextArea
See theTextArea companion object
class TextArea[V](using codec: FormCodec[V, String]) extends FormInput[V]

Attributes

Companion
object
Graph
Supertypes
trait FormInput[V]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def render(prop: Property[V], updates: Observer[Validated[V]]): ReactiveHtmlElement[TextArea]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
FormInput