Hey,
I am using the chosen module to allow selection of choices in a lot of vocabularies.
The problem is when a user click on a Dropdown, and then click on another Dropdown, the first one does not close automatically.
So, if a user click on one chosen Dropdown, and then on another, and then on another, he will have 3 multiple Dropdown - all open at the same time.
The only way to prevent it is to chose any choice (something that will happen most of the time, but not always), or to click on something else that is not a dropdown menu.
How can I make every drop down close when clicking on another Dropdown?
Comments
Comment #1
edenb commentedComment #2
edenb commentedComment #3
edenb commentedComment #4
jPhill commentedAs there is no solution posted yet...
You could just do something like this in a java-script file (if you are able to use jquery update to use jQuery 1.7):