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
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormInputEV
- Serializable
- Product
- Equals
- ReactProps
- ReactComponentProps
- CtorWithProps
- ReactRender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- type CloneType[-P, +U] = This[P, U]
- Attributes
- protected
- Definition Classes
- CtorWithProps
- type CloneTypePU = This[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]]
- Attributes
- protected
- Definition Classes
- CtorWithProps
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val action: UndefOr[ShorthandSB[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
- val actionPosition: UndefOr[ActionPosition]
- def addMod(f: ModFn): CtorWithProps[FormInputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- 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()
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(newCtor: CloneTypePU): CtorWithProps[FormInputEV[Any, Any], CloneType]
- Attributes
- protected
- Definition Classes
- CtorWithProps
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val component: Component[FormInputEV[Any, Any], _, _, Props]
- Definition Classes
- ReactProps → ReactComponentProps
- val content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
- val control: UndefOr[String]
- lazy val ctor: Props[FormInputEV[Any, Any], Unmounted[FormInputEV[Any, Any], _, _]]
- Definition Classes
- ReactComponentProps → ReactRender
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: UndefOr[ShorthandB[Label]]
- val errorClazz: UndefOr[Css]
- val errorPointing: UndefOr[LabelPointing]
- implicit val ev: ExternalValue[EV]
- val fluid: UndefOr[Boolean]
- val focus: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val icon: UndefOr[ShorthandSB[Icon]]
- val iconPosition: UndefOr[IconPosition]
- val id: String
- val inline: UndefOr[Boolean]
- val input: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[ShorthandS[Label]]
- val labelPosition: UndefOr[LabelPosition]
- val loading: UndefOr[Boolean]
- val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onBlur: ChangeCallback[ValidatedNec[String, A]]
- def onBlurC(onError: (NonEmptyChain[String]) => Callback): ChangeCallback[String]
- val onTextChange: (String) => Callback
- val onValidChange: ChangeCallback[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val props: FormInputEV[Any, Any]
- Attributes
- protected[common]
- Definition Classes
- ReactComponentProps → ReactRender
- val required: UndefOr[Boolean]
- val size: UndefOr[SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[|[String, JsNumber]]
- val toUnmounted: Unmounted[FormInputEV[Any, Any], _, _]
- Definition Classes
- ReactRender
- Annotations
- @inline()
- val tpe: UndefOr[String]
- val transparent: UndefOr[Boolean]
- def valGet: String
- def valSet: ChangeCallback[A]
- val validFormat: ValidFormatInput[A]
- val value: EV[A]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val width: UndefOr[SemanticWidth]
- final def withKey(k: Long): CtorWithProps[FormInputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withKey(key: Key): CtorWithProps[FormInputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withMods(mods: japgolly.scalajs.react.vdom.html_<^.TagMod*): FormInputEV[EV, A]
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[FormInputEV[Any, Any], S, B]]]): ReactComponentProps[FormInputEV[Any, Any], Props]
- Definition Classes
- ReactComponentProps
- final def withRawProp(name: String, value: Any): CtorWithProps[FormInputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withRef[S, B](ref: Handle[RawMounted[FormInputEV[Any, Any], S, B]]): ReactComponentProps[FormInputEV[Any, Any], Props]
- Definition Classes
- ReactComponentProps
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated