Skip to content

Commit cbb4f6d

Browse files
committed
Group select and unselect event callbacks document update
1 parent 5fbb337 commit cbb4f6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ The following list of settings are supported by the component. Configure the set
261261
Example : (onSelectAll)="onSelectAll($event)"
262262
- `onDeSelectAll` - Returns an empty array.
263263
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)"
264268
- `onOpen` - Callback method fired after the dropdown opens
265269
Example : (onOpen)="onOpen($event)"
266270
- `onClose` - Callback method, fired when the dropdown is closed

0 commit comments

Comments
 (0)