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

Combox's onSelect will keep to fire when invalidate the component

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Normal
    • 5.0.8
    • 5.0.7.1
    • Components
    • None

    Description

      For example,

      <combobox onSelect='alert("onSelect");self.invalidate()'>
      <comboitem label="Add 1 item" />
      <comboitem label="Add 2 item" />
      <comboitem label="Add 3 item" />
      </combobox>

      1. Please select any one of the comboitems, and it will fire an onSelect event.
      2. After close the dialog and reopen the combobox (don't select anything) and then click out side the combobox, it should not appear a constrain error or resend the onSelect event again.

      Attachments

        Activity

          People

            SimonPai SimonPai
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: