trait FormProps extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val action: UndefOr[String]
The HTML form action
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- val error: UndefOr[Boolean]
Automatically show any error Message children.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val inverted: UndefOr[Boolean]
A form can have its color inverted for contrast.
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val loading: UndefOr[Boolean]
Automatically show a loading indicator.
- val onSubmit: UndefOr[OnRawSubmit]
The HTML form submit handler.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- 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.
- val size: UndefOr[SemanticSIZES]
A form can vary in size.
- val success: UndefOr[Boolean]
Automatically show any success Message children.
- def toLocaleString(): String
- Definition Classes
- Object
- val unstackable: UndefOr[Boolean]
A form can prevent itself from stacking on mobile.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- val warning: UndefOr[Boolean]
Automatically show any warning Message children.
- val widths: UndefOr[String]
Forms can automatically divide fields to be equal width.