kvision / pl.treksoft.kvision.form.select / simpleSelectInput

simpleSelectInput

(js) fun Container.simpleSelectInput(options: List<StringPair>? = null, value: String? = null, emptyOption: Boolean = false, multiple: Boolean = false, selectSize: Int? = null, classes: Set<String>? = null, className: String? = null, init: (SimpleSelectInput.() -> Unit)? = null): SimpleSelectInput

DSL builder extension function.

It takes the same parameters as the constructor of the built component.