This module works great,thank you!
Currently, I am using two Entity Reference fields(namely,Users & Groups) with Chosen enabled on them.
These two fields are dependent on a radio button group(Options are Users or Groups).
So,based on the radio button selected, one of the two Entity Reference fields becomes visible.
By default, Users will be visible and Chosen works fine on this field.
But when Groups radio button is selected, the Groups Entity Reference field shows up like a normal select list with Chosen not working on it..
I have attached images of the same.
Kindly help..

CommentFileSizeAuthor
groups.png4.56 KBsupriyarajgopal
users.png5.72 KBsupriyarajgopal

Comments

supriyarajgopal’s picture

Hello,
I am still waiting for a solution to the above problem.
Maintainers,please help!

Soundvessel’s picture

Same issue here with a custom cart that is using conditional fields.

StaceyF’s picture

+1 here. I'm trying this with ubercart module on the product content type. I'm setting up a niche music store and it would be great to be able to use chosen to on the select fields for artists and albums rather than having to try a long winded approach!

hydra’s picture

Status: Active » Closed (fixed)

Using alpha version the solution in https://drupal.org/node/1236826#comment-7694305 should solve your problem.
Since #2024581: Unnecessary loading of Chosen files on pages without any select boxes. has been commited, this shouldn't be an issue anymore, because chosen only is attached to select fields.