OptionDateInput

works.iterative.ui.components.tailwind.form.Inputs.OptionDateInput
class OptionDateInput extends FormInput[Option[LocalDate]]

Attributes

Graph
Supertypes
trait FormInput[Option[LocalDate]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def render(prop: Property[Option[LocalDate]], updates: Observer[Validated[Option[LocalDate]]]): L.Input

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
FormInput