diff --git a/select2.js b/select2.js index a07e3231..1803259a 100644 --- a/select2.js +++ b/select2.js @@ -1124,7 +1124,7 @@ the specific language governing permissions and limitations under the Apache Lic // abstract triggerSelect: function(data) { - var evt = $.Event("select2-selecting", { val: this.id(data), object: data }); + var evt = $.Event("select2-selecting", { val: this.id(data), object: data, choice: data }); this.opts.element.trigger(evt); return !evt.isDefaultPrevented(); },