object input extends TagT[InputProps]
Can use either input(props)(children) or input.checkbox(props)(children).
- Alphabetic
- By Inheritance
- input
- TagT
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def apply(children: ReactNode*): ReactDOMElement
Only children, no props.
Only children, no props.
- Definition Classes
- TagT
- def apply(attrs: InputProps)(children: ReactNode*): ReactDOMElement
Properties and and maybe children.
Properties and and maybe children.
- Definition Classes
- TagT
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val button: TagT[InputProps]
Not supported?
- lazy val checkbox: TagT[InputProps]
Not supported?
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val color: TagT[InputProps]
- lazy val date: TagT[InputProps]
- lazy val datetime: TagT[InputProps]
- lazy val datetimeLocal: TagT[InputProps]
- lazy val email: TagT[InputProps]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- lazy val file: TagT[InputProps]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val hidden: TagT[InputProps]
Not supported?
- lazy val image: TagT[InputProps]
Not supported?
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
orreact.mergeJSObjects
on the actual properties themselves.- Definition Classes
- TagT
- lazy val month: TagT[InputProps]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val number: TagT[InputProps]
- lazy val password: TagT[InputProps]
- lazy val radio: TagT[InputProps]
Not supported?
- lazy val range: TagT[InputProps]
- lazy val reset: TagT[InputProps]
Not supported?
- lazy val search: TagT[InputProps]
- lazy val submit: TagT[InputProps]
Not supported?
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val tel: TagT[InputProps]
- lazy val text: TagT[InputProps]
- lazy val time: TagT[InputProps]
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val url: TagT[InputProps]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- lazy val week: TagT[InputProps]
- 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
- def withType(type: String): TagT[InputProps]