Fix change event
This commit is contained in:
@@ -283,7 +283,10 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
return this.$el.on('typeahead:closed', function() {
|
||||
this.$el.on('typeahead:closed', function() {
|
||||
return self.change();
|
||||
});
|
||||
return this.$el.on('typeahead:blured', function() {
|
||||
return self.change();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user