Packages

final case class FormInputEV[EV[_], A](id: String, action: UndefOr[ShorthandSB[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, errorClazz: UndefOr[Css] = js.undefined, errorPointing: UndefOr[LabelPointing] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, inline: UndefOr[Boolean] = js.undefined, input: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, tpe: UndefOr[String] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, value: EV[A], validFormat: ValidFormatInput[A] = ValidFormatInput.id, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty, onTextChange: (String) => Callback = _ => Callback.empty, onValidChange: ChangeCallback[Boolean] = _ => Callback.empty, onBlur: ChangeCallback[ValidatedNec[String, A]] = (_: ValidatedNec[String, A]) =>
Callback.empty
)
(implicit ev: ExternalValue[EV]) extends ReactProps[FormInputEV[Any, Any]] with Product with Serializable

FormInput component that uses an ExternalValue to share the content of the field

Linear Supertypes
Serializable, Product, Equals, ReactProps[FormInputEV[Any, Any]], ReactComponentProps[FormInputEV[Any, Any], Props], CtorWithProps[FormInputEV[Any, Any], Props], ReactRender[FormInputEV[Any, Any], Props], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormInputEV
  2. Serializable
  3. Product
  4. Equals
  5. ReactProps
  6. ReactComponentProps
  7. CtorWithProps
  8. ReactRender
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormInputEV(id: String, action: UndefOr[ShorthandSB[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, errorClazz: UndefOr[Css] = js.undefined, errorPointing: UndefOr[LabelPointing] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, inline: UndefOr[Boolean] = js.undefined, input: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, tpe: UndefOr[String] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, value: EV[A], validFormat: ValidFormatInput[A] = ValidFormatInput.id, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty, onTextChange: (String) => Callback = _ => Callback.empty, onValidChange: ChangeCallback[Boolean] = _ => Callback.empty, onBlur: ChangeCallback[ValidatedNec[String, A]] = (_: ValidatedNec[String, A]) =>
    Callback.empty
    )
    (implicit ev: ExternalValue[EV])

Type Members

  1. type CloneType[-P, +U] = This[P, U]
    Attributes
    protected
    Definition Classes
    CtorWithProps
  2. type CloneTypePU = This[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]]
    Attributes
    protected
    Definition Classes
    CtorWithProps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val action: UndefOr[ShorthandSB[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
  5. val actionPosition: UndefOr[ActionPosition]
  6. def addMod(f: ModFn): CtorWithProps[FormInputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  7. def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[Props[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]], PropsAndChildren[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]]]): Unmounted[FormInputEV[Any, Any], _, _]
    Definition Classes
    ReactRender
    Annotations
    @inline()
  8. val as: UndefOr[AsC]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(newCtor: CloneTypePU): CtorWithProps[FormInputEV[Any, Any], CloneType]
    Attributes
    protected
    Definition Classes
    CtorWithProps
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val component: Component[FormInputEV[Any, Any], _, _, Props]
    Definition Classes
    ReactProps → ReactComponentProps
  15. val content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
  16. val control: UndefOr[String]
  17. lazy val ctor: Props[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]]
    Definition Classes
    ReactComponentProps → ReactRender
  18. val disabled: UndefOr[Boolean]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val error: UndefOr[ShorthandB[Label]]
  21. val errorClazz: UndefOr[Css]
  22. val errorPointing: UndefOr[LabelPointing]
  23. implicit val ev: ExternalValue[EV]
  24. val fluid: UndefOr[Boolean]
  25. val focus: UndefOr[Boolean]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val icon: UndefOr[ShorthandSB[Icon]]
  28. val iconPosition: UndefOr[IconPosition]
  29. val id: String
  30. val inline: UndefOr[Boolean]
  31. val input: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode]
  32. val inverted: UndefOr[Boolean]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val label: UndefOr[ShorthandS[Label]]
  35. val labelPosition: UndefOr[LabelPosition]
  36. val loading: UndefOr[Boolean]
  37. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val onBlur: ChangeCallback[ValidatedNec[String, A]]
  42. def onBlurC(onError: (NonEmptyChain[String]) => Callback): ChangeCallback[String]
  43. val onTextChange: (String) => Callback
  44. val onValidChange: ChangeCallback[Boolean]
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. lazy val props: FormInputEV[Any, Any]
    Attributes
    protected[common]
    Definition Classes
    ReactComponentProps → ReactRender
  47. val required: UndefOr[Boolean]
  48. val size: UndefOr[SemanticSize]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val tabIndex: UndefOr[|[String, JsNumber]]
  51. val toUnmounted: Unmounted[FormInputEV[Any, Any], _, _]
    Definition Classes
    ReactRender
    Annotations
    @inline()
  52. val tpe: UndefOr[String]
  53. val transparent: UndefOr[Boolean]
  54. def valGet: String
  55. def valSet: ChangeCallback[A]
  56. val validFormat: ValidFormatInput[A]
  57. val value: EV[A]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. val width: UndefOr[SemanticWidth]
  62. final def withKey(k: Long): CtorWithProps[FormInputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  63. def withKey(key: Key): CtorWithProps[FormInputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  64. def withMods(mods: japgolly.scalajs.react.vdom.html_<^.TagMod*): FormInputEV[EV, A]
  65. def withOptionalRef[S, B](ref: Option[Handle[RawMounted[FormInputEV[Any, Any], S, B]]]): ReactComponentProps[FormInputEV[Any, Any], Props]
    Definition Classes
    ReactComponentProps
  66. final def withRawProp(name: String, value: Any): CtorWithProps[FormInputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  67. def withRef[S, B](ref: Handle[RawMounted[FormInputEV[Any, Any], S, B]]): ReactComponentProps[FormInputEV[Any, Any], Props]
    Definition Classes
    ReactComponentProps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReactProps[FormInputEV[Any, Any]]

Inherited from ReactComponentProps[FormInputEV[Any, Any], Props]

Inherited from CtorWithProps[FormInputEV[Any, Any], Props]

Inherited from ReactRender[FormInputEV[Any, Any], Props]

Inherited from AnyRef

Inherited from Any

Ungrouped