Select

constructor(options: List<<Error class: unknown class><String, String>>? = null, value: String? = null, emptyOption: Boolean = false, multiple: Boolean = false, selectSize: Int? = null, name: String? = null, label: String? = null, rich: Boolean = false, floating: Boolean = false, init: Select.() -> Unit? = null)

Parameters

options

an optional list of options (value to label pairs) for the select control

value

selected value

emptyOption

determines if an empty option is automatically generated

multiple

allows multiple value selection (multiple values are comma delimited)

selectSize

the number of visible options

name

the name attribute of the generated HTML input element

label

label text bound to the input element

rich

determines if label can contain HTML code

floating

use floating label

init

an initializer extension function