v-selectmenu
v-selectmenu copied to clipboard
Select All in Advanced Menu with Groups does partial selection only
Hi,
When I loaded a group data set, clicking the "select all" checkbox selects only the items of the active group, not every item in the menu. Is there a way to get everything selected (rather than forcing end-users to enter each group first)?
If I have an event like 'Select All clicked', I could check the number of items picked against the total number of items in the menu and cater for the difference but here I cannot hook into a 'Select all clicked' event/call.
Thank you!
- In most case, users only want to select all item in currently active group.
- Will add
selectAll
andclear
events in future realese.