Chosen Plugin inline editin do not work

Chosen Plugin inline editin do not work

mamadymamady Posts: 5Questions: 2Answers: 0

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

Answers

  • allanallan Posts: 61,715Questions: 1Answers: 10,106 Site admin
    Answer ✓

    Hi,

    Thanks for letting me know about this. I've just updated the plug-in to address this problem.

    Regards,
    Allan

This discussion has been closed.