We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49e67e commit 9683747Copy full SHA for 9683747
docs/content/forms/multi-select.md
@@ -249,6 +249,8 @@ You may also choose from small and large multi selects to match our similarly si
249
| `show` | Shows the multi select's options. |
250
| `hide` | Hides the multi select's options. |
251
| `update` | Updates the configuration of multi select. |
252
+| `selectAll` | Select all options. |
253
+| `deselectAll` | Deselect all options. |
254
| `dispose` | Destroys an element's multi select. (Removes stored data on the DOM element) |
255
| `getInstance` | Static method which allows you to get the multi select instance associated with a DOM element. |
256
| `getValue` | Returns the array with selected elements. |
0 commit comments