Select All Option #21
monxsdomination
started this conversation in
Ideas
Replies: 2 comments
-
|
Apologies, just realized its always defaulted on.... DUH!!!!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
/** select all options */
document.querySelector('#sample-select').toggleSelectAll(true);
/** deselect all options */
document.querySelector('#sample-select').toggleSelectAll(false); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions