TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

Select All in Advanced Menu with Groups does partial selection only #31

Open yipiha opened 4 years ago

yipiha commented 4 years ago

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!

TerryZ commented 4 years ago
  1. In most case, users only want to select all item in currently active group.
  2. Will add selectAll and clear events in future realese.