-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.0.4
Chosenbox in listcell with checkmark option is clicked but it cannot show data list.
{SAMPLE CODE BELOW}<zk>
<listbox checkmark="true">
<listitem>
<listcell>
<chosenbox creatable="true" createMessage="Create new message" />
</listcell>
</listitem>
</listbox>
<listbox>
<listitem>
<listcell>
<chosenbox creatable="true" createMessage="Create new message" />
</listcell>
</listitem>
</listbox>
</zk>