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
- 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
- lazy val button: TagT[InputProps]
Not supported?
- lazy val checkbox: TagT[InputProps]
Not supported?
- 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]
- lazy val file: TagT[InputProps]
- lazy val hidden: TagT[InputProps]
Not supported?
- lazy val image: TagT[InputProps]
Not supported?
- 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]
- 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?
- lazy val tel: TagT[InputProps]
- lazy val text: TagT[InputProps]
- lazy val time: TagT[InputProps]
- lazy val url: TagT[InputProps]
- 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]