Skip to content

Commit

Permalink
Group select and unselect event callbacks document update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppaLabs committed Jun 21, 2019
1 parent 5fbb337 commit cbb4f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -261,6 +261,10 @@ The following list of settings are supported by the component. Configure the set
Example : (onSelectAll)="onSelectAll($event)"
- `onDeSelectAll` - Returns an empty array.
Example : (onDeSelectAll)="onDeSelectAll($event)"
- `onGroupSelect` - Returns the selected group items as an array.
Example: (onGroupSelect)="onGroupSelect($event)"
- `onGroupDeSelect` - Returns the sun-elected group items as an array.
Example: (onGroupDeSelect)="onGroupDeSelect($event)"
- `onOpen` - Callback method fired after the dropdown opens
Example : (onOpen)="onOpen($event)"
- `onClose` - Callback method, fired when the dropdown is closed
Expand Down

0 comments on commit cbb4f6d

Please sign in to comment.