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:
then:
1. open the pickList
2. type a value which doesn't match anything, ie 'foo'
3. delete 'foo': the pickList remains empty
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"} } ] })
1. open the pickList
2. type a value which doesn't match anything, ie 'foo'
3. delete 'foo': the pickList remains empty
Comment