@colijnit/corecomponents_v12 260.1.20 → 260.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12183,7 +12183,7 @@
12183
12183
  modelChange: function (value) { return _this.optionChosen(value); },
12184
12184
  closePopup: function () { return _this.closePopup(); },
12185
12185
  keyDown: function (event) { return _this.handleInputKeyDown(event); }
12186
- }, this.elementRef);
12186
+ });
12187
12187
  this.keepFocussed = true;
12188
12188
  };
12189
12189
  ListOfValuesComponent.prototype.removeOptionFromModel = function (chip) {