Deploying to gh-pages from @ agdamsbo/FreesearchR@efc3f8acc3 🚀

This commit is contained in:
agdamsbo 2025-03-12 17:45:09 +00:00
commit 3c7b05e33d
25 changed files with 594 additions and 142 deletions

View file

@ -53,7 +53,8 @@ Adds the option to select "none" which is handled later</p>
<span> col_subset <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> placeholder <span class="op">=</span> <span class="st">""</span>,</span>
<span> <span class="va">onInitialize</span>,</span>
<span> none_label <span class="op">=</span> <span class="st">"No variable selected"</span></span>
<span> none_label <span class="op">=</span> <span class="st">"No variable selected"</span>,</span>
<span> maxItems <span class="op">=</span> <span class="cn">NULL</span></span>
<span><span class="op">)</span></span></code></pre></div>
</div>
@ -96,6 +97,10 @@ Adds the option to select "none" which is handled later</p>
<dt id="arg-none-label">none_label<a class="anchor" aria-label="anchor" href="#arg-none-label"></a></dt>
<dd><p>label for "none" item</p></dd>
<dt id="arg-maxitems">maxItems<a class="anchor" aria-label="anchor" href="#arg-maxitems"></a></dt>
<dd><p>max number of items</p></dd>
</dl></div>
<div class="section level2">
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>