Skip to content

Commit

Permalink
Fixes #1393 - Replace itemSelected in favor of itemClicked
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Dec 14, 2018
1 parent 0bf54e8 commit fe0d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-dropdown/src/ClayDropdownBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class ClayDropdownBase extends ClayComponent {
data: {
item: flatten(this.items).find(item => item.active),
},
name: 'itemSelected',
name: 'itemClicked',
originalEvent: event,
});
}
Expand Down

0 comments on commit fe0d56a

Please sign in to comment.