From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001
From: Robert Jaros
-SelectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf())
Parameters
options - an optional list of options (label to value pairs) for the select controloptions - an optional list of options (value to label pairs) for the select control
diff --git a/api/pl.treksoft.kvision.form.select/-select-input/blur.html b/api/pl.treksoft.kvision.form.select/-select-input/blur.html index 1854eaec..ebeefc35 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/blur.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/blur.html @@ -10,6 +10,7 @@
open fun blur(): Unit
+Overrides FormInput.blur
Makes the input element blur.