12/13/2014 at 11:45 am
#312770
Keymaster
@ David
I’ve never played with those Chosen options so I can’t really say. From the doc page it sounds like that should work exactly how you want. My thought is maybe the solect is being enhanced by Chosen before the the disabled attributes are set. I run into this type of thing all the time. You see the attr is called … but javascript does not wait for it to complete before moving to the next line. Kind of hack, but try chaining a small timeout before you init Chosen on the select.
Another option that should yield your desired result… an undocumented beta feature…
Add enable_category_group_by_parent=true to the shortcode so you have something like this:
[connections enable_category_group_by_parent=true]
