Packages

object Form extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Form
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait FormProps extends Object
    Annotations
    @RawJSType() @native()
  2. type OnRawSubmit = Function2[ReactFormEvent, FormProps, Unit]
  3. type OnSubmitE = (ReactFormEvent, FormProps) => Callback
  4. final type ReactFormEvent = SyntheticEvent[Node]

Value Members

  1. val Default: Form
  2. def apply(modifiers: TagMod*): Form
  3. val defaultProps: FormProps
  4. def props(q: Form): FormProps
  5. def rawprops(as: UndefOr[AsC] = js.undefined, action: UndefOr[String] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, error: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onSubmitE: UndefOr[OnSubmitE] = js.undefined, onSubmit: UndefOr[Callback] = js.undefined, reply: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, success: UndefOr[Boolean] = js.undefined, unstackable: UndefOr[Boolean] = js.undefined, warning: UndefOr[Boolean] = js.undefined, widths: UndefOr[FormWidths] = js.undefined): FormProps
  6. object RawComponent extends Object
    Annotations
    @native() @JSImport("semantic-ui-react", "Form")