kvision / pl.treksoft.kvision.form.select / SimpleSelectInput / <init>

<init>

SimpleSelectInput(options: List<StringPair>? = null, value: String? = null, emptyOption: Boolean = false, classes: Set<String> = setOf())

Parameters

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

value - text input value

emptyOption - determines if an empty option is automatically generated

classes - a set of CSS class names

Constructor