Packages

object input extends TagT[InputProps]

Can use either input(props)(children) or input.checkbox(props)(children).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. input
  2. TagT
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(children: ReactNode*): ReactDOMElement

    Only children, no props.

    Only children, no props.

    Definition Classes
    TagT
  5. def apply(attrs: InputProps)(children: ReactNode*): ReactDOMElement

    Properties and and maybe children.

    Properties and and maybe children.

    Definition Classes
    TagT
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val button: TagT[InputProps]

    Not supported?

  8. lazy val checkbox: TagT[InputProps]

    Not supported?

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. lazy val color: TagT[InputProps]
  11. lazy val date: TagT[InputProps]
  12. lazy val datetime: TagT[InputProps]
  13. lazy val datetimeLocal: TagT[InputProps]
  14. lazy val email: TagT[InputProps]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. lazy val file: TagT[InputProps]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. lazy val hidden: TagT[InputProps]

    Not supported?

  21. lazy val image: TagT[InputProps]

    Not supported?

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def merge(objs: |[InputProps, Dynamic]*): TagT[InputProps]

    Merge attributes of type P or dynamic into this tag.

    Merge attributes of type P or dynamic into this tag. By adding dynamic literal, you are not type safe. Escape hatch! This is more convenient then calling react.merge or react.mergeJSObjects on the actual properties themselves.

    Definition Classes
    TagT
  24. lazy val month: TagT[InputProps]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. lazy val number: TagT[InputProps]
  29. lazy val password: TagT[InputProps]
  30. lazy val radio: TagT[InputProps]

    Not supported?

  31. lazy val range: TagT[InputProps]
  32. lazy val reset: TagT[InputProps]

    Not supported?

  33. lazy val search: TagT[InputProps]
  34. lazy val submit: TagT[InputProps]

    Not supported?

  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. lazy val tel: TagT[InputProps]
  37. lazy val text: TagT[InputProps]
  38. lazy val time: TagT[InputProps]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. lazy val url: TagT[InputProps]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. lazy val week: TagT[InputProps]
  45. def withProps(attrs: InputProps)(children: ReactNode*): ReactDOMElement

    Create an element by explicitly indicating the props.

    Create an element by explicitly indicating the props.

    Definition Classes
    TagT
  46. def withType(type: String): TagT[InputProps]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TagT[InputProps]

Inherited from AnyRef

Inherited from Any

Ungrouped