Select Opt Group
fun SelectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, className: String? = null, init: SelectOptGroup.() -> Unit? = null)
Content copied to clipboard
Parameters
label
the label of the group
options
an optional list of options (label to value pairs) for the group
maxOptions
maximal number of selected options in the group
disabled
renders a disabled group
className
CSS class names
init
an initializer extension function