-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 7.0.4
-
Component/s: Components
-
None
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>