We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac1f55 commit 5ece5f5Copy full SHA for 5ece5f5
docs/api.md
@@ -18,6 +18,26 @@ var selectize = $select[0].selectize;
18
- [Event Documentation](events.md)
19
- [Developing Plugins](plugins.md)
20
21
+### Properties
22
+
23
+<table width="100%">
24
+ <tr>
25
+ <th valign="top" colspan="3" align="left"><a href="#props" name="props">Properties</a></th>
26
+ </tr>
27
28
+ <th valign="top" width="120px" align="left">Property</th>
29
+ <th valign="top" align="left">Description</th>
30
31
32
+ <td valign="top"><code>options</code></td>
33
+ <td valign="top">An object containing the entire pool of options. The object is keyed by each object's value.</td>
34
35
36
+ <td valign="top"><code>items</code></td>
37
+ <td valign="top">An array of selected values.</td>
38
39
+</table>
40
41
### Methods
42
43
<table width="100%">
0 commit comments