trait FormFieldProps extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormFieldProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val control: UndefOr[String]
A form control component (i.e.
A form control component (i.e. Dropdown) or HTML tagName (i.e. 'input'). Extra FormField props are passed to the control component. Mutually exclusive with children.
Concrete Value Members
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- val className: UndefOr[String]
Additional classes.
- val content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
- val disabled: UndefOr[Boolean]
Individual fields may be disabled.
- val error: UndefOr[SemanticShorthandItemB[LabelProps]]
Individual fields may display an error state along with a message.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val id: UndefOr[String]
The id of the control
- val inline: UndefOr[Boolean]
A field can have its label next to instead of above it.
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[SemanticShorthandItemS[LabelProps]]
Mutually exclusive with children.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val required: UndefOr[Boolean]
A field can show that input is mandatory.
A field can show that input is mandatory. Requires a label.
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[String]
Passed to the control component (i.e.
Passed to the control component (i.e. )
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- val width: UndefOr[SemanticWIDTHS]
A field can specify its width in grid columns