diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-select/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.form.select/-select/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </td> <td> <code><span class="keyword">var </span><span class="identifier">options</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span><span class="symbol">?</span></code> -<p>A list of options (label to value pairs) for the select control.</p> +<p>A list of options (value to label pairs) for the select control.</p> </td> </tr> <tr> |