trait InputProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- InputProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
val
action: UndefOr[|[Boolean, SemanticShorthandItem[Any]]]
An Input can be formatted to alert the user to an action they may perform.
-
val
actionPosition: UndefOr[String]
An action can appear along side an Input on the left or right.
-
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
disabled: UndefOr[Boolean]
An Input field can show that it is disabled.
-
val
error: UndefOr[Boolean]
An Input field can show the data contains errors.
-
val
fluid: UndefOr[Boolean]
Take on the size of its container.
-
val
focus: UndefOr[Boolean]
An Input field can show a user is currently interacting with it.
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
icon: UndefOr[|[Boolean, SemanticShorthandItem[IconProps]]]
Optional Icon to display inside the Input.
-
val
input: UndefOr[SemanticShorthandContent]
Shorthand for creating the HTML Input.
-
val
inverted: UndefOr[Boolean]
Format to appear on dark backgrounds.
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
label: UndefOr[SemanticShorthandContent]
Optional Label to display along side the Input.
-
val
labelPosition: UndefOr[String]
A Label can appear outside an Input on the left or right.
-
val
loading: UndefOr[Boolean]
An Icon Input field can show that it is currently loading data.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
size: UndefOr[SemanticSIZES]
An Input can vary in size.
-
val
tabIndex: UndefOr[|[String, JsNumber]]
An Input can receive focus.
-
def
toLocaleString(): String
- Definition Classes
- Object
-
val
transparent: UndefOr[Boolean]
Transparent Input has no background.
-
val
type: UndefOr[String]
The HTML input type.
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object