When we have chained selects as in structure/types/manage/article/fields the dependent select (field widget) changes its options when we change value in the main select (field type), but corresponding Chosen code doesn’t change so it would be non-functional.
I solved this problem adding to the method jQuery.fn.fieldUIPopulateOptions after $(this).html…; in modules/field_ui/field_ui.js:
$(this).trigger("liszt:updated");

Comments

Cyclodex’s picture

Title: Chosen improperly works with chained selects » Chosen improperly works when select field changes
Assigned: Unassigned » Cyclodex
safetypin’s picture

Any progress on this? Obviously not a killer, but chosen is so nice that I want to use it everywhere.

Hydra’s picture

Status: Active » Closed (works as designed)

I think we can close this, since in 2.x we can use it everywhere :)