Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBoxItem bug when using pickListCriteria

    SmartClient Version: v11.0p_2016-08-18/Enterprise Development Only (built 2016-08-18)
    SmartClient Version: SNAPSHOT_v11.1d_2016-08-20/Enterprise Development Only (built 2016-08-20)

    Chrome on OSX

    please modify the #adaptiveFilter sample like this:

    Code:
    isc.DynamicForm.create({
        ID:"testForm",
        height: "50%",
        dataSource:"supplyItem",
        items: [
          {
            name: "itemName", title: "Choose", editorType: "ComboBoxItem",
            pickListWidth:300,
            pickListCriteria:{category:"Account Book"}
          }
        ]
    })
    then:
    1. open the pickList
    2. type a value which doesn't match anything, ie 'foo'
    3. delete 'foo': the pickList remains empty

    #2
    You should also find this one fixed tomorrow (it was the same bug as in your other post about date filtering)

    Comment


      #3
      SmartClient Version: v11.0p_2016-08-24/Enterprise Development Only (built 2016-08-24)

      I can confirm it's fixed, thank you very much

      Comment

      Working...
      X