dhtmlxCombo onClose event is not triggered

Hi,

I tried to attach onClose event to my dhtmlxCombo, but nothing happens.

var combo = new dhtmlXCombo(filterFieldId, filterFieldId + "X", 150);
                if(filterField.FieldDropdown) {
                    filterField.FieldDropdown.destructor();
                }
                combo.addOption(options);
                combo.enableOptionAutoWidth(true);
                combo.readonly(true);
                combo.selectOption(combo.getIndexByValue(filterField.Database_Object_Column_Name));
                combo.attachEvent("onClose", function (e) {
                    loggingService.info("1: " + this.getSelectedValue() + " " + (filterField.Database_Object_Column_Name === this.getSelectedValue()));
                });
                filterField.FieldDropdown = combo;

Hi
Locally in current dhtmlx version this method works fine with static data.
According to the used method enableOptionAutoWidth() you use old version.
You can provide us a direct link to inspect the issue. Or it can be completed demo on support [a] dhtmlx.com with files from the version you use.
docs.dhtmlx.com/auxiliary_docs__ … pport.html