Packages

trait Props extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val autoComplete: UndefOr[String]
    Annotations
    @JSOptional()
  2. val autoFocus: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val className: UndefOr[String]
    Annotations
    @JSOptional()
  4. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  5. val defaultValue: UndefOr[Any]
    Annotations
    @JSOptional()
  6. val disableUnderline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val endAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  9. val error: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val fullWidth: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  12. val id: UndefOr[String]
    Annotations
    @JSOptional()
  13. val inputComponent: UndefOr[Any]
    Annotations
    @JSOptional()
  14. val inputProps: UndefOr[Object]
    Annotations
    @JSOptional()
  15. val inputRef: UndefOr[Any]
    Annotations
    @JSOptional()
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val key: UndefOr[String]
    Annotations
    @JSOptional()
  18. val margin: UndefOr[Margin]
    Annotations
    @JSOptional()
  19. val muiFormControl: UndefOr[Object]
    Annotations
    @JSOptional()
  20. val multiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. val name: UndefOr[String]
    Annotations
    @JSOptional()
  22. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  23. val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  24. val onEmpty: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  25. val onFilled: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  26. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  27. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  28. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  29. val placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. val readOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  32. val renderPrefix: UndefOr[Any]
    Annotations
    @JSOptional()
  33. val required: UndefOr[Boolean]
    Annotations
    @JSOptional()
  34. val rows: UndefOr[Any]
    Annotations
    @JSOptional()
  35. val rowsMax: UndefOr[Any]
    Annotations
    @JSOptional()
  36. val startAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  37. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  38. def toLocaleString(): String
    Definition Classes
    Object
  39. val type: UndefOr[String]
    Annotations
    @JSOptional()
  40. val value: UndefOr[Any]
    Annotations
    @JSOptional()
  41. def valueOf(): Any
    Definition Classes
    Object