mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Built site for shiny: 1.7.4@8931aa2
This commit is contained in:
@@ -18,7 +18,7 @@ from a list of values."><meta property="og:image" content="/logo.png"><!-- mathj
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">shiny</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">1.7.4.9002</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="">1.7.4</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -119,7 +119,7 @@ but when <code>size</code> is set, it will be a box instead.</p></dd>
|
||||
|
||||
|
||||
<dt>options</dt>
|
||||
<dd><p>A list of options. See the documentation of <span class="pkg">selectize.js</span>(<a href="https://selectize.dev/docs/usage" class="external-link">https://selectize.dev/docs/usage</a>)
|
||||
<dd><p>A list of options. See the documentation of <span class="pkg">selectize.js</span>
|
||||
for possible options (character option values inside <code><a href="https://rdrr.io/r/base/AsIs.html" class="external-link">base::I()</a></code> will
|
||||
be treated as literal JavaScript code; see <code><a href="renderDataTable.html">renderDataTable()</a></code>
|
||||
for details).</p></dd>
|
||||
@@ -134,7 +134,7 @@ for details).</p></dd>
|
||||
<div id="details">
|
||||
<h2>Details</h2>
|
||||
<p>By default, <code>selectInput()</code> and <code>selectizeInput()</code> use the JavaScript library
|
||||
<span class="pkg">selectize.js</span> (<https://selectize.dev/) instead of
|
||||
<span class="pkg">selectize.js</span> (<a href="https://github.com/selectize/selectize.js" class="external-link">https://github.com/selectize/selectize.js</a>) instead of
|
||||
the basic select input element. To use the standard HTML select input
|
||||
element, use <code>selectInput()</code> with <code>selectize=FALSE</code>.</p>
|
||||
<p>In selectize mode, if the first element in <code>choices</code> has a value of <code>""</code>, its
|
||||
|
||||
Reference in New Issue
Block a user