Packages

final case class Input(as: UndefOr[AsC] = js.undefined, action: UndefOr[ShorthandSB[VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onChangeE: UndefOr[OnChange] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[String] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[InputProps, Input] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[InputProps, PropsAndChildren, Unit, Input], PassthroughAC[InputProps], Passthrough[InputProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  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 Input(as: UndefOr[AsC] = js.undefined, action: UndefOr[ShorthandSB[VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onChangeE: UndefOr[OnChange] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[String] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. val action: UndefOr[ShorthandSB[VdomNode]]
  2. val actionPosition: UndefOr[ActionPosition]
  3. def addModifiers(modifiers: Seq[TagMod]): Input
    Definition Classes
    Input → GenericJsComponentAC
  4. val as: UndefOr[AsC]
  5. val className: UndefOr[String]
  6. val clazz: UndefOr[Css]
  7. val disabled: UndefOr[Boolean]
  8. val error: UndefOr[Boolean]
  9. val fluid: UndefOr[Boolean]
  10. val focus: UndefOr[Boolean]
  11. val icon: UndefOr[ShorthandSB[Icon]]
  12. val iconPosition: UndefOr[IconPosition]
  13. val input: UndefOr[VdomNode]
  14. val inverted: UndefOr[Boolean]
  15. val label: UndefOr[ShorthandS[Label]]
  16. val labelPosition: UndefOr[LabelPosition]
  17. val loading: UndefOr[Boolean]
  18. val modifiers: Seq[TagMod]
    Definition Classes
    Input → Passthrough
  19. val onChange: UndefOr[japgolly.scalajs.react.Callback]
  20. val onChangeE: UndefOr[OnChange]
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. def rawModifiers: (InputProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  23. def render: Render[InputProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  24. val size: UndefOr[SemanticSize]
  25. val tabIndex: UndefOr[|[String, JsNumber]]
  26. val tpe: UndefOr[String]
  27. val transparent: UndefOr[Boolean]
  28. val value: UndefOr[String]
  29. def withOptionalRef(ref: Option[Handle[RawMounted[InputProps, Null]]]): GenericJsComponentAC[InputProps, PropsAndChildren, Unit, Input]
    Definition Classes
    GenericJsComponentAC
  30. def withRef(ref: Handle[RawMounted[InputProps, Null]]): GenericJsComponentAC[InputProps, PropsAndChildren, Unit, Input]
    Definition Classes
    GenericJsComponentAC