Skip to content

Commit 779a76d

Browse files
committed
Found another reference on the options page.
1 parent d173c9a commit 779a76d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/options.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h3>Example:</h3>
162162
&lt;option value="1"&gt;Option 1&lt;/option&gt;
163163
&lt;option value="2" selected&gt;Option 2&lt;/option&gt;
164164
&lt;option value="3" disabled&gt;Option 3&lt;/option&gt;
165+
&lt;option value="4" hidden&gt;Option 4&lt;/option&gt;
165166
&lt;/select&gt;</code>
166167
</pre>
167168

@@ -181,8 +182,8 @@ <h3>Example:</h3>
181182
<td>The attribute <code class="language-html">multiple</code> on your select box dictates whether Chosen will render a multiple or single select.</td>
182183
</tr>
183184
<tr>
184-
<td>selected, disabled</td>
185-
<td>Chosen automatically highlights selected options and disables disabled options.</td>
185+
<td>selected, disabled, hidden</td>
186+
<td>Chosen automatically highlights selected options, hides hidden options and disables disabled options.</td>
186187
</tr>
187188
</table>
188189

0 commit comments

Comments
 (0)