Is there some way to enable the enhanced ui for a dropdown in a list field?
I tried forcing the chosen plugin, but it didn't trigger
jQuery("#input_7_26").chosen();
Is there some way to enable the enhanced ui for a dropdown in a list field?
I tried forcing the chosen plugin, but it didn't trigger
jQuery("#input_7_26").chosen();
Unfortunately, there isn't a way to do this that I know of.
Thank you for the reply, I realized what I have up there does work as long as you declare the necessary gf scripts before that function. Unfortunately, it does not work with the List Field, which was my aim; all subsequent rows after the first don't function properly.