-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the val by click 'SelectAll' #1284
Comments
Currently You can fix it in your own code by adding |
It works! 👍 |
@caseyjhol Your fix is not exactly correct. If I select all options, then I call |
How do I get if selectAll or DeselectAll is clicked, in changed.bs.select event? I see undefined |
We have separate issue for this and it is here . Is there anything at this moment for catching |
…hen using selectAll/deselectAll (#1284)
I used the code below to get the selected val.
But when I click the 'SelectAll', the console didn't log so how can I get the all values by the 'SelectAll'
Thank you guys!
The text was updated successfully, but these errors were encountered: