Skip to content

Commit 9683747

Browse files
committed
docs(MultiSelect): add missing methods
1 parent b49e67e commit 9683747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/forms/multi-select.md

+2
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ You may also choose from small and large multi selects to match our similarly si
249249
| `show` | Shows the multi select's options. |
250250
| `hide` | Hides the multi select's options. |
251251
| `update` | Updates the configuration of multi select. |
252+
| `selectAll` | Select all options. |
253+
| `deselectAll` | Deselect all options. |
252254
| `dispose` | Destroys an element's multi select. (Removes stored data on the DOM element) |
253255
| `getInstance` | Static method which allows you to get the multi select instance associated with a DOM element. |
254256
| `getValue` | Returns the array with selected elements. |

0 commit comments

Comments
 (0)