You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/options.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,11 @@ <h3>Example:</h3>
91
91
<td>false</td>
92
92
<td>By default, Chosen’s search matches starting at the beginning of a word. Setting this option to <codeclass="language-javascript">true</code> allows matches starting from anywhere within a word. This is especially useful for options that include a lot of special characters or phrases in ()s and []s.</td>
93
93
</tr>
94
+
<tr>
95
+
<td>search_in_values</td>
96
+
<td>false</td>
97
+
<td>By default, Chosen’s search matches in content of HTML<option> element. Setting this option to <codeclass="language-javascript">true</code> allows matches in <code>value</code> attribute of the <option> element.</td>
0 commit comments