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
<td valign="top">An array of the initial available options. By default this is populated from the original input element.</td>
28
+
<td valign="top"><code>array</code></td>
29
+
<td valign="top"><code>[]</code></td>
30
+
</tr>
31
+
<tr>
32
+
<td valign="top"><code>items</code></td>
33
+
<td valign="top">An array of the initial selected values. By default this is populated from the original input element.</td>
34
+
<td valign="top"><code>array</code></td>
35
+
<td valign="top"><code>[]</code></td>
36
+
</tr>
25
37
<tr>
26
38
<td valign="top"><code>delimiter</code></td>
27
39
<td valign="top">The string to separate items by. This option is only used when Selectize is instantiated from a <input type="text"> element.</td>
0 commit comments