Gennady Basov
Results
1
comments of
Gennady Basov
trafficstars
Modified the code by @tristanjahier a bit so selected option would by highlighted. ```javascript $('.ui.dropdown').has('optgroup').each(function() { const $menu = $('').addClass('menu'); $(this).find('optgroup').each(function() { $menu.append("" + this.label + ""); return $(this).children().each(function() {...