Hi Isomorphic,
using this testcase here (SNAPSHOT_v13.1d_2024-03-22, Win11, 4K, system zoom, no browser zoom) it seems that the MultiPickerItem does nothing and I also get a JS exception
Exception:
Does it need more configuration or is this a bug?
Best regards
Blama

using this testcase here (SNAPSHOT_v13.1d_2024-03-22, Win11, 4K, system zoom, no browser zoom) it seems that the MultiPickerItem does nothing and I also get a JS exception
Code:
isc.ListGrid.create({
ID: "supplyList",
width:500, height:300, alternateRecordStyles:true,
dataSource: supplyItem,
fields:[
{name:"SKU"},
{name:"itemName"},
{name:"description"},
{name:"category", filterEditorType: "MultiPickerItem"}
],
autoFetchData: true,
showFilterEditor: true,
filterOnKeypress: true,
fetchDelay: 500
});
Code:
*23:08:20.974:MUP4:WARN:Log:TypeError: _2 is null
Stack from error.stack:
MultiPickerItem.getPickerDataSource()
MultiPickerItem.showFilterList()
MultiPickerItem.click()
FormItem._fireStandardHandler()
FormItem.handleClick()
DynamicForm.bubbleItemHandler()
DynamicForm.handleItemClick()
DynamicForm.handleClick()
[c]EventHandler.bubbleEvent()
[c]EventHandler.handleClick()
EventHandler._handleMouseUp()
[c]EventHandler.handleMouseUp()
[c]EventHandler.dispatch()
anonymous()
Best regards
Blama
Comment