Packages

final case class FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, Double]] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[FormFieldProps, FormTextArea] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[FormFieldProps, Props, Unit, FormTextArea], PassthroughA[FormFieldProps], Passthrough[FormFieldProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormTextArea
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, Double]] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): FormTextArea
    Definition Classes
    FormTextArea → GenericJsComponentA
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val control: UndefOr[String]
  7. val disabled: UndefOr[Boolean]
  8. val error: UndefOr[ShorthandB[Label]]
  9. val inline: UndefOr[Boolean]
  10. val label: UndefOr[ShorthandS[Label]]
  11. val modifiers: Seq[TagMod]
    Definition Classes
    FormTextArea → Passthrough
  12. val onChange: UndefOr[japgolly.scalajs.react.Callback]
  13. val onChangeE: UndefOr[Event]
  14. val onInput: UndefOr[japgolly.scalajs.react.Callback]
  15. val onInputE: UndefOr[Event]
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. def rawProps: FormFieldProps
    Definition Classes
    PassthroughA
  18. def render: Render[FormFieldProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  19. val required: UndefOr[Boolean]
  20. val rows: UndefOr[|[Int, String]]
  21. val tpe: UndefOr[String]
  22. val value: UndefOr[|[String, Double]]
  23. val width: UndefOr[SemanticWidth]
  24. def withOptionalRef(ref: Option[Handle[RawMounted[FormFieldProps, Null]]]): GenericJsComponentA[FormFieldProps, Props, Unit, FormTextArea]
    Definition Classes
    GenericJsComponentA
  25. def withRef(ref: Handle[RawMounted[FormFieldProps, Null]]): GenericJsComponentA[FormFieldProps, Props, Unit, FormTextArea]
    Definition Classes
    GenericJsComponentA