Hi, I'm using Dual Listbox with Toolbar attached as mentioned in
this exampleI'm getting some errors in following scenarios:
- When Scoped Listbox is empty, Up and Down are in active state and in such case, If buttons are clicked, I'm getting below error:
vendor.js:1 ERROR TypeError: Cannot read property 'focus' of undefined
at t.moveUpDown (vendor.js:1)
at t.toolbarClickHandler (vendor.js:1)
at e.invokeTask (polyfills.js:1)
at Object.onInvokeTask (vendor.js:1)
at e.invokeTask (polyfills.js:1)
at t.runTask (polyfills.js:1)
at t.invokeTask [as invoke] (polyfills.js:1)
at _ (polyfills.js:1)
at HTMLDivElement.m (polyfills.js:1)
- When Scoped Listbox has items, but nothing seleted, Up and Down are in active state and in such case, If buttons are clicked, I'm getting same error: