FormInput

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FormInput.type

Members list

Givens

Givens

given optionBooleanInput(using ComponentContext[_]): FormInput[Option[Boolean]]
given optionLocalDateInput: FormInput[Option[LocalDate]]
given optionPlainMultiLineInput: FormInput[Option[PlainMultiLine]]
given optionStringInput: FormInput[Option[String]]
given plainMultiLineInput: FormInput[PlainMultiLine]
given stringInput: FormInput[String]