Hi,
when I open dropdown of a simple combobox with 2 items, I see many events in console of web browser (Chrome). Why there are so many? When comboBox has more than 1000 items, it really slow.
Best regards,
Page
Hi Page,
You can add this to Default.html to disable the browser warnings:
<script> Wisej.onLoad = function () { qx.log.Logger.unregister(qx.log.appender.Native); } </script>
HTH,
Levie
Hi,
did you already try to use the VirtualScroll property?
It should speed up the display.
Best regards
Frank
Please login first to submit.