Using Chosen jQuery plugin as checkbox replacement for field with multiple values
Using Chosen jQuery plugin as checkbox replacement for field with multiple values
fmeyer@nearbysoftware.com
Posts: 18Questions: 5Answers: 0
in Editor
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I did make it work using the following right after the initialisation of the editor object:
This seems a little like a hack to me.
Any better solution anyone?
Can you show me how you were initialising the Chosen field please? It should be that you just pass in
attr: { multiple: true }
to the field.Allan
Damn, this works fine.
Can't figure out how I missed this one from the documentation.
Thanks Allan.