File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ <h3>Example:</h3>
162
162
<option value="1">Option 1</option>
163
163
<option value="2" selected>Option 2</option>
164
164
<option value="3" disabled>Option 3</option>
165
+ <option value="4" hidden>Option 4</option>
165
166
</select></ code >
166
167
</ pre >
167
168
@@ -181,8 +182,8 @@ <h3>Example:</h3>
181
182
< td > The attribute < code class ="language-html "> multiple</ code > on your select box dictates whether Chosen will render a multiple or single select.</ td >
182
183
</ tr >
183
184
< 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 >
186
187
</ tr >
187
188
</ table >
188
189
You can’t perform that action at this time.
0 commit comments