trait InputProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- InputProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val action: UndefOr[SemanticShorthandContentB]
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).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val disabled: UndefOr[Boolean]
An Input field can show that it is disabled.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val error: UndefOr[Boolean]
An Input field can show the data contains errors.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icon: UndefOr[SemanticShorthandItemSB[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.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[SemanticShorthandItemS[LabelProps]]
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.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val size: UndefOr[SemanticSIZES]
An Input can vary in size.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[|[String, JsNumber]]
An Input can receive focus.
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- val value: UndefOr[String]
The HTML value.
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()