1
0
Fork 0
mirror of synced 2025-04-04 21:53:32 +03:00

Trigger the select event in the tokenizer

This closes https://github.com/select2/select2/issues/3325.
This closes https://github.com/select2/select2/pull/3453.
This commit is contained in:
Stretch 2015-08-21 18:30:35 -04:00 committed by Kevin Brown
parent 7166935958
commit d08cb874f9

View file

@ -22,7 +22,9 @@ define([
var self = this;
function select (data) {
self.select(data);
self.trigger('select', {
data: data
});
}
params.term = params.term || '';