diff --git a/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js b/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js index eceef6f4b..789c26cc8 100644 --- a/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js +++ b/Front/app/ns_modules/ns_bbfe/bbfe-autocompTree.js @@ -29,7 +29,7 @@ define([ events: { 'hide': "hasChanged", - 'change':'inputChange' + 'changeEditor':'inputChange' }, editable:false, @@ -134,7 +134,7 @@ define([ onItemClick: function (options) { var value = _this.$el.find('#' + _this.id + '_value').val(); - _this.$el.find('input').trigger('change'); + _this.$el.find('input').trigger('changeEditor'); _this.onEditValidation(value); } });