Skip to content

Commit 022bc64

Browse files
author
isteven
committed
v2.0.0
1 parent 4b270b5 commit 022bc64

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 @@
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 callback which will be triggered when a user click an item. Will pass the clicked item to the callback function.
9+
- on-open and on-close callbacks will now pass the multi-select element (HTML) to the callback function.
910

1011
##### Removed / Deprecated:
1112
- on-focus attribute is deprecated.

0 commit comments

Comments
 (0)