Model bind will trigger when typeahead is selected

pull/4/head
Mark McDowall 11 years ago
parent 34ca5d4014
commit 35c618d81b

@ -20,7 +20,7 @@ define(
}
var options = {
changeTriggers: {'': 'change', '[contenteditable]': 'blur', '[data-onkeyup]': 'keyup'}
changeTriggers: {'': 'change typeahead:selected typeahead:autocompleted', '[contenteditable]': 'blur', '[data-onkeyup]': 'keyup'}
};
this._modelBinder.bind(this.model, this.el, null, options);

@ -2,9 +2,8 @@
define(
[
'jquery',
'underscore',
'typeahead'
], function ($, _) {
], function ($) {
$.fn.autoComplete = function (resource) {
$(this).typeahead({

Loading…
Cancel
Save