summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.select/-select-remote
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-select-remote')
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/-init-.html33
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/add-all.html21
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/add.html21
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/autofocus.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/blur.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/empty-option.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/flabel.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/focus.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/get-children.html18
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/get-sn-class.html18
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/hide-options.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/index.html368
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/input.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/label.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/max-options.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/multiple.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/placeholder.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/remove-all.html18
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/remove-event-listeners.html18
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/remove.html21
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/rich.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/select-remote.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/select-width-type.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/select-width.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html54
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/show-options.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/style.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/toggle-options.html15
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/validation-info.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-select-remote/value.html16
30 files changed, 897 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/-init-.html b/api/pl.treksoft.kvision.form.select/-select-remote/-init-.html
new file mode 100644
index 00000000..273bf455
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/-init-.html
@@ -0,0 +1,33 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.<init> - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
+<br/>
+<h1>&lt;init&gt;</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$&lt;init&gt;(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)"></a>
+<code><span class="identifier">SelectRemote</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/serviceManager">serviceManager</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.remote/-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/name">name</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/multiple">multiple</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/ajaxOptions">ajaxOptions</span><span class="symbol">:</span>&nbsp;<a href="../-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span></code>
+<h3>Parameters</h3>
+<p><a name="value"></a>
+<code>value</code> - selected value</p>
+<p><a name="serviceManager"></a>
+<code>serviceManager</code> - multiplatform service manager</p>
+<p><a name="function"></a>
+<code>function</code> - multiplatform service method returning the list of options</p>
+<p><a name="name"></a>
+<code>name</code> - the name attribute of the generated HTML input element</p>
+<p><a name="multiple"></a>
+<code>multiple</code> - allows multiple value selection (multiple values are comma delimited)</p>
+<p><a name="ajaxOptions"></a>
+<code>ajaxOptions</code> - additional options for remote data source</p>
+<p><a name="label"></a>
+<code>label</code> - label text bound to the input element</p>
+<p><a name="rich"></a>
+<code>rich</code> - determines if <a href="label.html">label</a> can contain HTML code</p>
+<p><strong>Constructor</strong><br/>
+</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html b/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html
new file mode 100644
index 00000000..15175cd1
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/add-all.html
@@ -0,0 +1,21 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.addAll - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./add-all.html">addAll</a><br/>
+<br/>
+<h1>addAll</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$addAll(kotlin.collections.List((pl.treksoft.kvision.core.Component)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addAll</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$addAll(kotlin.collections.List((pl.treksoft.kvision.core.Component)))/children">children</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/add-all.html">SimplePanel.addAll</a></p>
+<p>Adds a list of components to the current container.</p>
+<h3>Parameters</h3>
+<p><a name="children"></a>
+<code>children</code> - list of child components</p>
+<p><strong>Return</strong><br/>
+current container</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/add.html b/api/pl.treksoft.kvision.form.select/-select-remote/add.html
new file mode 100644
index 00000000..e8a1a03a
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/add.html
@@ -0,0 +1,21 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.add - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./add.html">add</a><br/>
+<br/>
+<h1>add</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$add(pl.treksoft.kvision.core.Component)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">add</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$add(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/add.html">SimplePanel.add</a></p>
+<p>Adds given component to the current container.</p>
+<h3>Parameters</h3>
+<p><a name="child"></a>
+<code>child</code> - child component</p>
+<p><strong>Return</strong><br/>
+current container</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/autofocus.html b/api/pl.treksoft.kvision.form.select/-select-remote/autofocus.html
new file mode 100644
index 00000000..d0d692fd
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/autofocus.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.autofocus - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./autofocus.html">autofocus</a><br/>
+<br/>
+<h1>autofocus</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$autofocus"></a>
+<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
+<p>Determines if the select is automatically focused.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/blur.html b/api/pl.treksoft.kvision.form.select/-select-remote/blur.html
new file mode 100644
index 00000000..bf5af145
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/blur.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.blur - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./blur.html">blur</a><br/>
+<br/>
+<h1>blur</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$blur()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">blur</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/blur.html">FormControl.blur</a></p>
+<p>Makes the input element blur.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/empty-option.html b/api/pl.treksoft.kvision.form.select/-select-remote/empty-option.html
new file mode 100644
index 00000000..72b685d4
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/empty-option.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.emptyOption - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./empty-option.html">emptyOption</a><br/>
+<br/>
+<h1>emptyOption</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$emptyOption"></a>
+<code><span class="keyword">var </span><span class="identifier">emptyOption</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if an empty option is automatically generated.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/flabel.html b/api/pl.treksoft.kvision.form.select/-select-remote/flabel.html
new file mode 100644
index 00000000..3de4f49b
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/flabel.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.flabel - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./flabel.html">flabel</a><br/>
+<br/>
+<h1>flabel</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$flabel"></a>
+<code><span class="keyword">val </span><span class="identifier">flabel</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-field-label/index.html"><span class="identifier">FieldLabel</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/flabel.html">FormControl.flabel</a></p>
+<p>Form field label.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/focus.html b/api/pl.treksoft.kvision.form.select/-select-remote/focus.html
new file mode 100644
index 00000000..5bf18e3d
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/focus.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.focus - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./focus.html">focus</a><br/>
+<br/>
+<h1>focus</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$focus()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">focus</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/focus.html">FormControl.focus</a></p>
+<p>Makes the input element focused.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html b/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html
new file mode 100644
index 00000000..4ea7a466
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/get-children.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.getChildren - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./get-children.html">getChildren</a><br/>
+<br/>
+<h1>getChildren</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$getChildren()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getChildren</span><span class="symbol">(</span><span class="symbol">)</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">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/get-children.html">SimplePanel.getChildren</a></p>
+<p>Returns a list of children of the current container.</p>
+<p><strong>Return</strong><br/>
+list of children</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/get-sn-class.html b/api/pl.treksoft.kvision.form.select/-select-remote/get-sn-class.html
new file mode 100644
index 00000000..5eff8787
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/get-sn-class.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.getSnClass - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./get-sn-class.html">getSnClass</a><br/>
+<br/>
+<h1>getSnClass</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$getSnClass()"></a>
+<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnClass</span><span class="symbol">(</span><span class="symbol">)</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">&lt;</span><a href="../../pl.treksoft.kvision.core/-string-bool-pair.html"><span class="identifier">StringBoolPair</span></a><span class="symbol">&gt;</span></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/get-sn-class.html">Widget.getSnClass</a></p>
+<p>Returns list of CSS class names for current widget in the form of a List.</p>
+<p><strong>Return</strong><br/>
+list of CSS class names</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/hide-options.html b/api/pl.treksoft.kvision.form.select/-select-remote/hide-options.html
new file mode 100644
index 00000000..04b19644
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/hide-options.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.hideOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./hide-options.html">hideOptions</a><br/>
+<br/>
+<h1>hideOptions</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$hideOptions()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">hideOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Hides dropdown with options.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/index.html b/api/pl.treksoft.kvision.form.select/-select-remote/index.html
new file mode 100644
index 00000000..19275a04
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/index.html
@@ -0,0 +1,368 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="./index.html">SelectRemote</a><br/>
+<br/>
+<h1>SelectRemote</h1>
+<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">SelectRemote</span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-string-form-control/index.html"><span class="identifier">StringFormControl</span></a></code>
+<p>The form field component for SelectRemote control.</p>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">SelectRemote</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/serviceManager">serviceManager</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.remote/-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/function">function</span><span class="symbol">:</span>&nbsp;<a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/name">name</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/multiple">multiple</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/ajaxOptions">ajaxOptions</span><span class="symbol">:</span>&nbsp;<a href="../-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$<init>(kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean)/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="autofocus.html">autofocus</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
+<p>Determines if the select is automatically focused.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="empty-option.html">emptyOption</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">emptyOption</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if an empty option is automatically generated.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="flabel.html">flabel</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">flabel</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-field-label/index.html"><span class="identifier">FieldLabel</span></a></code>
+<p>Form field label.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="input.html">input</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">input</span><span class="symbol">: </span><a href="../-select-remote-input/index.html"><span class="identifier">SelectRemoteInput</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span></code>
+<p>The actual input component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="label.html">label</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">label</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>The label text bound to the select element.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="max-options.html">maxOptions</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">maxOptions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
+<p>Maximal number of selected options.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="multiple.html">multiple</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">multiple</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if multiple value selection is allowed.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="placeholder.html">placeholder</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">placeholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>The placeholder for the select control.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="rich.html">rich</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if <a href="label.html">label</a> can contain HTML code.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="select-width.html">selectWidth</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">selectWidth</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code>
+<p>The width of the select control.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="select-width-type.html">selectWidthType</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code>
+<p>The width type of the select control.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="style.html">style</a></p>
+</td>
+<td>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code>
+<p>The style of the select control.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="validation-info.html">validationInfo</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">validationInfo</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-help-block/index.html"><span class="identifier">HelpBlock</span></a></code>
+<p>Validation info component.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="value.html">value</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>A value of the selected option.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="add.html">add</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">add</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$add(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Adds given component to the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="add-all.html">addAll</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addAll</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$addAll(kotlin.collections.List((pl.treksoft.kvision.core.Component)))/children">children</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Adds a list of components to the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="blur.html">blur</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">blur</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Makes the input element blur.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="focus.html">focus</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">focus</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Makes the input element focused.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="get-children.html">getChildren</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getChildren</span><span class="symbol">(</span><span class="symbol">)</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">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span></code>
+<p>Returns a list of children of the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="get-sn-class.html">getSnClass</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnClass</span><span class="symbol">(</span><span class="symbol">)</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">&lt;</span><a href="../../pl.treksoft.kvision.core/-string-bool-pair.html"><span class="identifier">StringBoolPair</span></a><span class="symbol">&gt;</span></code>
+<p>Returns list of CSS class names for current widget in the form of a List.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="hide-options.html">hideOptions</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">hideOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Hides dropdown with options.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="remove.html">remove</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">remove</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$remove(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Removes given component from the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="remove-all.html">removeAll</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Removes all children from the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="remove-event-listeners.html">removeEventListeners</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeEventListeners</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Removes all event listeners from current widget.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="set-event-listener.html">setEventListener</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span> <span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.select.SelectRemote.setEventListener.T)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="set-event-listener.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Sets an event listener for current widget, keeping the actual type of component.</p>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Sets an event listener for current widget.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="show-options.html">showOptions</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">showOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Opens dropdown with options.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="toggle-options.html">toggleOptions</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">toggleOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Toggles visibility of dropdown with options.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Inherited Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/add-internal.html">addInternal</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="identifier">addInternal</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.SimplePanel$addInternal(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Protected and final method to add given component to the current container.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html">childrenVNodes</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">childrenVNodes</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><span class="identifier">VNode</span><span class="symbol">&gt;</span></code>
+<p>Returns the array of the children Snabbdom vnodes.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.form/-string-form-control/get-value.html">getValue</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>Returns the value of the control.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html">getValueAsString</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValueAsString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>Returns the value of the control as a String.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/render.html">render</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">render</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">VNode</span></code>
+<p>Renders current component as a Snabbdom vnode.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.form/-string-form-control/set-value.html">setValue</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.StringFormControl$setValue(kotlin.Any)/v">v</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Sets the value of the control.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Companion Object Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="select-remote.html">selectRemote</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span> <a href="../../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</span></a><span class="symbol">.</span><span class="identifier">selectRemote</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/serviceManager">serviceManager</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.remote/-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/function">function</span><span class="symbol">:</span>&nbsp;<a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/name">name</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/multiple">multiple</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/ajaxOptions">ajaxOptions</span><span class="symbol">:</span>&nbsp;<a href="../-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/init">init</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="./index.html"><span class="identifier">SelectRemote</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">SelectRemote</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span></code>
+<p>DSL builder extension function.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/input.html b/api/pl.treksoft.kvision.form.select/-select-remote/input.html
new file mode 100644
index 00000000..53e69be5
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/input.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.input - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./input.html">input</a><br/>
+<br/>
+<h1>input</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$input"></a>
+<code><span class="keyword">val </span><span class="identifier">input</span><span class="symbol">: </span><a href="../-select-remote-input/index.html"><span class="identifier">SelectRemoteInput</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/input.html">FormControl.input</a></p>
+<p>The actual input component.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/label.html b/api/pl.treksoft.kvision.form.select/-select-remote/label.html
new file mode 100644
index 00000000..3e9e2904
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/label.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.label - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./label.html">label</a><br/>
+<br/>
+<h1>label</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$label"></a>
+<code><span class="keyword">var </span><span class="identifier">label</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>The label text bound to the select element.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/max-options.html b/api/pl.treksoft.kvision.form.select/-select-remote/max-options.html
new file mode 100644
index 00000000..15c1e01b
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/max-options.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.maxOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./max-options.html">maxOptions</a><br/>
+<br/>
+<h1>maxOptions</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$maxOptions"></a>
+<code><span class="keyword">var </span><span class="identifier">maxOptions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
+<p>Maximal number of selected options.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/multiple.html b/api/pl.treksoft.kvision.form.select/-select-remote/multiple.html
new file mode 100644
index 00000000..77fdc86f
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/multiple.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.multiple - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./multiple.html">multiple</a><br/>
+<br/>
+<h1>multiple</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$multiple"></a>
+<code><span class="keyword">var </span><span class="identifier">multiple</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if multiple value selection is allowed.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/placeholder.html b/api/pl.treksoft.kvision.form.select/-select-remote/placeholder.html
new file mode 100644
index 00000000..5d46058d
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/placeholder.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.placeholder - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./placeholder.html">placeholder</a><br/>
+<br/>
+<h1>placeholder</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$placeholder"></a>
+<code><span class="keyword">var </span><span class="identifier">placeholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>The placeholder for the select control.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/remove-all.html b/api/pl.treksoft.kvision.form.select/-select-remote/remove-all.html
new file mode 100644
index 00000000..0c5ea301
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/remove-all.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.removeAll - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./remove-all.html">removeAll</a><br/>
+<br/>
+<h1>removeAll</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$removeAll()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/remove-all.html">SimplePanel.removeAll</a></p>
+<p>Removes all children from the current container.</p>
+<p><strong>Return</strong><br/>
+current container</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/remove-event-listeners.html b/api/pl.treksoft.kvision.form.select/-select-remote/remove-event-listeners.html
new file mode 100644
index 00000000..4aedf937
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/remove-event-listeners.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.removeEventListeners - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./remove-event-listeners.html">removeEventListeners</a><br/>
+<br/>
+<h1>removeEventListeners</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$removeEventListeners()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeEventListeners</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/remove-event-listeners.html">Widget.removeEventListeners</a></p>
+<p>Removes all event listeners from current widget.</p>
+<p><strong>Return</strong><br/>
+current widget</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/remove.html b/api/pl.treksoft.kvision.form.select/-select-remote/remove.html
new file mode 100644
index 00000000..b6affd4b
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/remove.html
@@ -0,0 +1,21 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.remove - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./remove.html">remove</a><br/>
+<br/>
+<h1>remove</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$remove(pl.treksoft.kvision.core.Component)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">remove</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$remove(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.panel/-simple-panel/remove.html">SimplePanel.remove</a></p>
+<p>Removes given component from the current container.</p>
+<h3>Parameters</h3>
+<p><a name="child"></a>
+<code>child</code> - child component</p>
+<p><strong>Return</strong><br/>
+current container</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/rich.html b/api/pl.treksoft.kvision.form.select/-select-remote/rich.html
new file mode 100644
index 00000000..f9e5321b
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/rich.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.rich - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./rich.html">rich</a><br/>
+<br/>
+<h1>rich</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$rich"></a>
+<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p>Determines if <a href="label.html">label</a> can contain HTML code.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/select-remote.html b/api/pl.treksoft.kvision.form.select/-select-remote/select-remote.html
new file mode 100644
index 00000000..7a0025e3
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/select-remote.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.selectRemote - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./select-remote.html">selectRemote</a><br/>
+<br/>
+<h1>selectRemote</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))"></a>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span> <a href="../../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</span></a><span class="symbol">.</span><span class="identifier">selectRemote</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/serviceManager">serviceManager</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.remote/-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/function">function</span><span class="symbol">:</span>&nbsp;<a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">.</span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">,</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><span class="identifier">&lt;ERROR CLASS&gt;</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/name">name</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/multiple">multiple</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/ajaxOptions">ajaxOptions</span><span class="symbol">:</span>&nbsp;<a href="../-ajax-options/index.html"><span class="identifier">AjaxOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote.Companion$selectRemote(pl.treksoft.kvision.core.Container, kotlin.String, pl.treksoft.kvision.remote.KVServiceManager((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Function3((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T, kotlin.String, , kotlin.collections.List(()))), kotlin.String, kotlin.Boolean, pl.treksoft.kvision.form.select.AjaxOptions, kotlin.String, kotlin.Boolean, kotlin.Function1((pl.treksoft.kvision.form.select.SelectRemote((pl.treksoft.kvision.form.select.SelectRemote.Companion.selectRemote.T)), kotlin.Unit)))/init">init</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="index.html"><span class="identifier">SelectRemote</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">SelectRemote</span></a><span class="symbol">&lt;</span><a href="select-remote.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span></code>
+<p>DSL builder extension function.</p>
+<p>It takes the same parameters as the constructor of the built component.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/select-width-type.html b/api/pl.treksoft.kvision.form.select/-select-remote/select-width-type.html
new file mode 100644
index 00000000..9f2f68bb
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/select-width-type.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.selectWidthType - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./select-width-type.html">selectWidthType</a><br/>
+<br/>
+<h1>selectWidthType</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$selectWidthType"></a>
+<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code>
+<p>The width type of the select control.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/select-width.html b/api/pl.treksoft.kvision.form.select/-select-remote/select-width.html
new file mode 100644
index 00000000..bb615acf
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/select-width.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.selectWidth - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./select-width.html">selectWidth</a><br/>
+<br/>
+<h1>selectWidth</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$selectWidth"></a>
+<code><span class="keyword">var </span><span class="identifier">selectWidth</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code>
+<p>The width of the select control.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html b/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html
new file mode 100644
index 00000000..57db8ea0
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/set-event-listener.html
@@ -0,0 +1,54 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.setEventListener - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./set-event-listener.html">setEventListener</a><br/>
+<br/>
+<h1>setEventListener</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.select.SelectRemote.setEventListener.T)), kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span> <span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.select.SelectRemote.setEventListener.T)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="set-event-listener.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/set-event-listener.html">Widget.setEventListener</a></p>
+<p>Sets an event listener for current widget, keeping the actual type of component.</p>
+<h3>Parameters</h3>
+<p><a name="T"></a>
+<code>T</code> - widget type</p>
+<p><a name="block"></a>
+<code>block</code> - event handler</p>
+<p><strong>Return</strong><br/>
+<p>current widget</p>
+
+
+<p>Example:</p>
+
+
+<pre><code> button.setEventListener&lt;Button&gt; {
+ dblclick = {
+ Alert.show("Button double clicked!")
+ // self is of type Button here
+ }
+ }</code></pre></p>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.select.SelectRemote$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/set-event-listener.html">Widget.setEventListener</a></p>
+<p>Sets an event listener for current widget.</p>
+<h3>Parameters</h3>
+<p><a name="block"></a>
+<code>block</code> - event handler</p>
+<p><strong>Return</strong><br/>
+<p>current widget</p>
+
+
+<p>Example:</p>
+
+
+<pre><code> button.setEventListener {
+ dblclick = {
+ Alert.show("Button double clicked!")
+ // self is of type Widget here
+ }
+ }</code></pre></p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/show-options.html b/api/pl.treksoft.kvision.form.select/-select-remote/show-options.html
new file mode 100644
index 00000000..9345af97
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/show-options.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.showOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./show-options.html">showOptions</a><br/>
+<br/>
+<h1>showOptions</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$showOptions()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">showOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Opens dropdown with options.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/style.html b/api/pl.treksoft.kvision.form.select/-select-remote/style.html
new file mode 100644
index 00000000..726fa3bf
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/style.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.style - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./style.html">style</a><br/>
+<br/>
+<h1>style</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$style"></a>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code>
+<p>The style of the select control.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/toggle-options.html b/api/pl.treksoft.kvision.form.select/-select-remote/toggle-options.html
new file mode 100644
index 00000000..c12657c1
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/toggle-options.html
@@ -0,0 +1,15 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.toggleOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./toggle-options.html">toggleOptions</a><br/>
+<br/>
+<h1>toggleOptions</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$toggleOptions()"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">toggleOptions</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Toggles visibility of dropdown with options.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/validation-info.html b/api/pl.treksoft.kvision.form.select/-select-remote/validation-info.html
new file mode 100644
index 00000000..bb8f4a18
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/validation-info.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.validationInfo - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./validation-info.html">validationInfo</a><br/>
+<br/>
+<h1>validationInfo</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$validationInfo"></a>
+<code><span class="keyword">val </span><span class="identifier">validationInfo</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-help-block/index.html"><span class="identifier">HelpBlock</span></a></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/validation-info.html">FormControl.validationInfo</a></p>
+<p>Validation info component.</p>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-select-remote/value.html b/api/pl.treksoft.kvision.form.select/-select-remote/value.html
new file mode 100644
index 00000000..f620adc8
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.select/-select-remote/value.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>SelectRemote.value - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<a href="index.html">SelectRemote</a>&nbsp;/&nbsp;<a href="./value.html">value</a><br/>
+<br/>
+<h1>value</h1>
+<a name="pl.treksoft.kvision.form.select.SelectRemote$value"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>Overrides <a href="../../pl.treksoft.kvision.form/-string-form-control/value.html">StringFormControl.value</a></p>
+<p>A value of the selected option.</p>
+</BODY>
+</HTML>