From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001
From: Robert Jaros
-Select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false)
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/index.html b/api/pl.treksoft.kvision.form.select/-select/index.html index c341b3eb..8f2734f1 100644 --- a/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/api/pl.treksoft.kvision.form.select/-select/index.html @@ -114,7 +114,7 @@
var options: List<StringPair>?
-A list of options (label to value pairs) for the select control.
+A list of options (value to label pairs) for the select control.
var options: List<StringPair>?
-A list of options (label to value pairs) for the select control.
+A list of options (value to label pairs) for the select control.