textArea

oxygen.ui.web.component.Form.textArea
object textArea

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
textArea.type

Members list

Type members

Classlikes

final case class Props(width: String, padding: String, display: String, labelMod: NodeModifier, trimInput: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A](inputLabel: String, descriptionText: Specified[Const], formProps: Props, inputProps: Props)(using dec: StringDecoder[A]): Stateful[Any, String, Option[A]]