Actions
Feature proposal #5908
closedImplement binding to Chosen, Select2, and CBSelect events
Description
If using chosen, select2, or cbselect jQuery to make the select more user friendly CB Conditional fails to condition as the input is hidden or its change event is never fired. If the input has the data for ether of those then be sure to bind also to their events.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Works fine with cbselect and its select2 usage as the change event bubbles up. This will not be implemented for Chosen as CBs officially supported usage is cbselect which is CBs usage of select2.
Actions