Skip to content

Commit 91ff859

Browse files
author
isteven
committed
v2.0.0
1 parent aa1e51c commit 91ff859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Added / Updated
55
- Supports arrow key navigation (up, down, left, right, and spacebar).
66
- New CSS styling
77
- default-label attribute. You can define your default text on the button when nothing is selected.
8-
- on-item-click attribute. This is a callback which will be triggered when a user click an item.
8+
- on-item-click attribute. This is a new callback which will be triggered when a user click an item. Returns the clicked item as an object.
9+
- on-open and on-close callbacks now will return the multi-select element (HTML)
910
Removed / Deprecated:
1011
- on-focus attribute is deprecated.
1112
- on-blur attribute is deprecated. Use on-close instead, as it will be triggered when user close a directive by clicking outside the directive.

0 commit comments

Comments
 (0)