We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbb337 commit cbb4f6dCopy full SHA for cbb4f6d
README.md
@@ -261,6 +261,10 @@ The following list of settings are supported by the component. Configure the set
261
Example : (onSelectAll)="onSelectAll($event)"
262
- `onDeSelectAll` - Returns an empty array.
263
Example : (onDeSelectAll)="onDeSelectAll($event)"
264
+- `onGroupSelect` - Returns the selected group items as an array.
265
+ Example: (onGroupSelect)="onGroupSelect($event)"
266
+- `onGroupDeSelect` - Returns the sun-elected group items as an array.
267
+ Example: (onGroupDeSelect)="onGroupDeSelect($event)"
268
- `onOpen` - Callback method fired after the dropdown opens
269
Example : (onOpen)="onOpen($event)"
270
- `onClose` - Callback method, fired when the dropdown is closed
0 commit comments