Thanks for your response,I tried it for checkbox(granite/ui/components/coral/foundation/form/checkbox) and select type but it is not working for me,and also it is creating a new node for all new add item. Is there any way we can have it with json format in jcr:content itself instead creating new nod...
I am also using the same issue with granite/ui/components/coral/foundation/form/select and granite/ui/components/foundation/form/checkboxalthough the value is getting saved in jcr:content but not showing if open dialog again
Hi All,I am using sightly for my list element, I came up with a requirement to generate my html mokeup like, <table> <tr> <td> <input type="checkbox"/> <span> name1 </span> </td> <td> <input type="checkbox"/> <span> name2 </span> </td> </tr> ...