trait Props extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val autoComplete: UndefOr[String]
- Annotations
- @JSOptional()
- val autoFocus: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val defaultValue: UndefOr[Any]
- Annotations
- @JSOptional()
- val disableUnderline: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val endAdornment: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val error: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val fullWidth: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val id: UndefOr[String]
- Annotations
- @JSOptional()
- val inputComponent: UndefOr[Any]
- Annotations
- @JSOptional()
- val inputProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val inputRef: UndefOr[Any]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val margin: UndefOr[Margin]
- Annotations
- @JSOptional()
- val muiFormControl: UndefOr[Object]
- Annotations
- @JSOptional()
- val multiline: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val name: UndefOr[String]
- Annotations
- @JSOptional()
- val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onEmpty: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onFilled: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val placeholder: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val readOnly: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val renderPrefix: UndefOr[Any]
- Annotations
- @JSOptional()
- val required: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val rows: UndefOr[Any]
- Annotations
- @JSOptional()
- val rowsMax: UndefOr[Any]
- Annotations
- @JSOptional()
- val startAdornment: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[String]
- Annotations
- @JSOptional()
- val value: UndefOr[Any]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object