Packages

final case class FormField(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[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[FormFieldProps, FormField] with Product with Serializable

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

Instance Constructors

  1. new FormField(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[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): FormField
    Definition Classes
    FormField → GenericJsComponentAC
  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[String]]
  11. val modifiers: Seq[TagMod]
    Definition Classes
    FormField → Passthrough
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def rawModifiers: (FormFieldProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  14. def render: Render[FormFieldProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  15. val required: UndefOr[Boolean]
  16. val tpe: UndefOr[String]
  17. val width: UndefOr[semanticui.SemanticWidth]