Open
Description
I am using a slightly modified version to detect when the Chosen dropdown has closed (chosen:hiding_dropdown event).
When I select an option from the dropdown, Chosen fires two events, "chosen:hiding_dropdown" and "change." However, in React, only one event shows up.
You can see the reproduction here http://jsfiddle.net/jeffchan/vySpj/
Steps to reproduce:
- Select an option from the dropdown
- Check the console output.
Expected:
show dropdown
hide dropdown
handle change
Actual:
show dropdown
hide dropdown
Metadata
Assignees
Labels
No labels