Packages

trait InputProps extends Object

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

Abstract Value Members

  1. abstract val iconPosition: UndefOr[String]

    An Icon can appear inside an Input on the left or right.

  2. abstract val onChange: UndefOr[Function1[japgolly.scalajs.react.ReactEventFromInput, Unit]]

    Called on change.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val action: UndefOr[SemanticShorthandContentB]

    An Input can be formatted to alert the user to an action they may perform.

  5. val actionPosition: UndefOr[String]

    An action can appear along side an Input on the left or right.

  6. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  7. val as: UndefOr[AsT]

    An element type to render as (string or function).

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val children: UndefOr[Node]

    Primary content.

  10. val className: UndefOr[String]

    Additional classes.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val disabled: UndefOr[Boolean]

    An Input field can show that it is disabled.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val error: UndefOr[Boolean]

    An Input field can show the data contains errors.

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val fluid: UndefOr[Boolean]

    Take on the size of its container.

  18. val focus: UndefOr[Boolean]

    An Input field can show a user is currently interacting with it.

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val icon: UndefOr[SemanticShorthandItemSB[IconProps]]

    Optional Icon to display inside the Input.

  23. val input: UndefOr[SemanticShorthandContent]

    Shorthand for creating the HTML Input.

  24. val inverted: UndefOr[Boolean]

    Format to appear on dark backgrounds.

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Optional Label to display along side the Input.

  28. val labelPosition: UndefOr[String]

    A Label can appear outside an Input on the left or right.

  29. val loading: UndefOr[Boolean]

    An Icon Input field can show that it is currently loading data.

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val size: UndefOr[SemanticSIZES]

    An Input can vary in size.

  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val tabIndex: UndefOr[|[String, JsNumber]]

    An Input can receive focus.

  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val transparent: UndefOr[Boolean]

    Transparent Input has no background.

  40. val type: UndefOr[String]

    The HTML input type.

  41. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  42. val value: UndefOr[String]

    The HTML value.

  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped