Check documentation for the latest version of dhtmlxSuite onBlur DHTMLX Docs

onBlur

fires when the focus is moved out from the combo

void onBlur();

Example

myCombo.attachEvent("onBlur", function(){
    //your code here
});

Back to top