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

shadow components inside a Listbox doesn't work in parallel way

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.5.2
    • 8.0.0
    • None
    • None

      In listbox, if we want to use shadow elements as parallel way as follow, it will get error.
      <listbox model="@load(vm.model)">
      <template name="model">
      <if test="@load(true)">
      <listitem>
      <listcell>
      <button label="@load(each.text)"/>
      </listcell>
      </listitem>
      </if>
      <if test="@load(false)">
      <listitem>
      <listcell>
      <button label="@load(each.text)"/>
      </listcell>
      </listitem>
      </if>
      </template>
      </listbox>

            klyvechen klyvechen
            klyvechen klyvechen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 2 days
                2d
                Remaining:
                Remaining Estimate - 2 days
                2d
                Logged:
                Time Spent - Not Specified
                Not Specified