InputBaseProps

external interface InputBaseProps : Props(source)

Inheritors

Properties

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var maxRows: Number?

Maximum number of rows to display when multiline option is set to true.

Link copied to clipboard
abstract var minRows: Number?

Minimum number of rows to display when multiline option is set to true.

Link copied to clipboard
abstract var multiline: Boolean

If true, a textarea element is rendered.

Link copied to clipboard
abstract var rows: Number?

Number of rows to display when multiline option is set to true.

Link copied to clipboard
abstract var type: InputType?

Type of the input element. It should be a valid HTML5 input type.

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()