giorgitus
giorgitus
I already fixed my application with a timeout. I need to chenge the style of the selected items dynamically (for example I need to color all the selected Item in...
I do a little bit of debug and source comparation. in dropdown.js at line 2808 ``` if (settings.useLabels) { module.add.value(selectedValue, selectedText, $selected, preventChangeTrigger); module.add.label(selectedValue, selectedText, shouldAnimate); module.set.activeItem($selected); module.filterActive(); module.select.nextAvailable($selectedItem); }...