combo onchange

in scheduler.config.lightbox.sections …

{ name: "emctype", height:20, options: emctype, map_to: "emc_type", type: "combo", image_path: "../dhtmlx/skins/terrace/imgs/dhxcombo_terrace/", filtering: true, onchange:set_emctype },

all works, except when ligthbox close and open again “onchange” is fired…

I need onchange event when user select in combo only

Hello,
this is by the design. The combo is changed when the lightbox is populated with the values, the callback is fired after that. You’ll need to consider this in your code