Help needed with Qselect Quasar V1
-
I have two questions about Qselect using Quasar V1 beta
-
Is there a select/deselect event provided which tells me info about current selection/deselection. I checked the docs but could not find anything under events for this. The only option seems to have a watcher on model and handle it myself based on new/old values.
-
Is there a provision to have Select All/Deselect All in Qselect as shown in the image below?
Thank you
-
-
- What about the existing events ? There is
add
remove
and alsoinput
.
https://codepen.io/turigeza/pen/pmdWvE
- What about the existing events ? There is
-
@turigeza Thank you. This can solve point 1 issue. I was under the impression that add/remove fires when adding/removing the new values to select options