q-select select all?
-
Back in 0.17, I think we had the option to have check boxes for the select dropdown, which went away when V1 came out. I am instead using chips, but I have a case where there are a LOT of options, maybe 20, and it won’t be infrequent that a user needs to select all of them.
What is the best way to select all items in a multi-select QSelect? Or is there some other way to express a multi-select (like a set of check boxes) compactly?
-
@rconstantine you can use slot
before-options
implement a select all function https://codepen.io/metalsadman/pen/WNQabLL?editors=1010. -
@metalsadman thanks for the codepen!
[edit] here is my version in a CodePen: https://codepen.io/rconstantine/pen/qBOQoqY [/edit]