You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I documented the itemListRender attribute but... completely forgot to implement the logic haha. I'll need to take a better look to properly account for list keyboard interactions.
edit: Nevermind, I used m.render, changed to m.mount and now all is well :-)
Can it be that this is the reason I cannot get the multi selectlist to work?
I do not use typescript and have therefore build and included the min.js and although passing items to render, they never get drawn when clicking on the selectlist (which does show up)
I tried to replicate the example by making a class for it to include within my application.
It is supposed to be used to render the SelectList's .cui-list, but never gets called when it is specified.
(Originally reported by @gdjohnson, and I was able to replicate.)
The text was updated successfully, but these errors were encountered: