-
Notifications
You must be signed in to change notification settings - Fork 83
fix(select): add custom selected event for select component #667
fix(select): add custom selected event for select component #667
Conversation
Deploy preview created for Built with commit: 3c2a5192ee4b43a27b13c204e329ade51322682c |
Deploy preview created for Built with commit: 3c2a5192ee4b43a27b13c204e329ade51322682c |
Deploy preview created for Built with commit: 3c2a5192ee4b43a27b13c204e329ade51322682c |
Deploy preview created for Built with commit: 3c2a5192ee4b43a27b13c204e329ade51322682c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@jeffchew hi Jeff, can you let me know how we can get this change in new bundle? The link above for deploy preview created for |
@rkgriff you can run the following in your project:
|
@jeffchew Thanks Jeff. If I run |
@rkgriff Since you're using the
You can also go into the package.json file and manually change the version:
and then run
|
@annawen1 Thanks. |
Related Ticket(s)
'@input' event does not work ('oninput' works, but not in Firefox). #665
Description
Add
bx-select-selected
custom event that's dispatched when item is selected fromselect
componentChangelog
New
bx-select-selected
custom event added toselect
component