Packages

trait FormProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val action: UndefOr[String]

    The HTML form action

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

    An element type to render as (string or function).

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val error: UndefOr[Boolean]

    Automatically show any error Message children.

  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. val inverted: UndefOr[Boolean]

    A form can have its color inverted for contrast.

  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val loading: UndefOr[Boolean]

    Automatically show a loading indicator.

  11. val onSubmit: UndefOr[OnRawSubmit]

    The HTML form submit handler.

  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val reply: UndefOr[Boolean]

    A comment can contain a form to reply to a comment.

    A comment can contain a form to reply to a comment. This may have arbitrary content.

  14. val size: UndefOr[SemanticSIZES]

    A form can vary in size.

  15. val success: UndefOr[Boolean]

    Automatically show any success Message children.

  16. def toLocaleString(): String
    Definition Classes
    Object
  17. val unstackable: UndefOr[Boolean]

    A form can prevent itself from stacking on mobile.

  18. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  19. def valueOf(): Any
    Definition Classes
    Object
  20. val warning: UndefOr[Boolean]

    Automatically show any warning Message children.

  21. val widths: UndefOr[String]

    Forms can automatically divide fields to be equal width.