diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js index cd8079878..dff524e94 100644 --- a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js +++ b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js @@ -53,8 +53,8 @@ export class TextValueCheckCombo extends Widget { }); this.popup.on( Controller.EVENT_CHANGE, - ...args => { - this.fireEvent(Controller.EVENT_CHANGE, ...args); + (...args) => { + this.fireEvent(Controller.EVENT_CHANGE, args); } ); this.textIconCheckCombo = createWidget({