Chosen Plugin inline editin do not work
Chosen Plugin inline editin do not work
Hi
I have added editor.chosen.js plugin to my app. I have also use it in my editor as follow :
fields: [
{
label: "Description:",
name: "description",
attr: { class: "form-control" },
},
{
label: "Category:",
name: "category_id",
type: "chosen",
attr: { class: "form-control" },
ipOpts: [{label: "cat1", value: 1}, {label: "cat3", value: 2}, {label: "cat3", value: 3}]
}
]
In inline editing, It works if at first we select category, but if we select description and then category, it show a list of empty option.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Thanks for letting me know about this. I've just updated the plug-in to address this problem.
Regards,
Allan