Multiselect with Grouped Data, select all options #2168
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/grouped-dropdown-vxzwf?file=/src/MultiSelectDemo.vue
Current behavior
I'm using Multiselect Component with grouped data and optionValue="id".
It's working as expected if I select single options.
But if I check the "mark all" checkbox, its ignoring the optionValue and optionLabel.
It just inserts the whole objects into the modelValue. And the Labels are all null.
Expected behavior
Selecting "mark all" should have the same behaviour as selecting single options.
Minimal reproduction of the problem with instructions
Use Multiselect Component with grouped data and optionValue.
Select "all" options.
The text was updated successfully, but these errors were encountered: