Closed (fixed)
Project:
Chosen
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 10:50 UTC
Updated:
31 Jul 2013 at 20:13 UTC
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..
| Comment | File | Size | Author |
|---|---|---|---|
| groups.png | 4.56 KB | supriyarajgopal | |
| users.png | 5.72 KB | supriyarajgopal |
Comments
Comment #1
supriyarajgopal commentedHello,
I am still waiting for a solution to the above problem.
Maintainers,please help!
Comment #2
Soundvessel commentedSame issue here with a custom cart that is using conditional fields.
Comment #3
StaceyF commented+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!
Comment #4
hydra commentedUsing 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.