Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2605

Chosenbox not show data list in listbox with checkmark option

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 7.0.4
    • Components

      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>

            Unassigned Unassigned
            agusLai agusLai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: