1
0
Fork 0
mirror of synced 2025-04-03 21:23:35 +03:00

clear search field when data() is used. #178

This commit is contained in:
Igor Vaynberg 2012-06-29 21:02:03 -07:00
parent 95a144d85e
commit 4ddcc52635

View file

@ -1820,6 +1820,7 @@
ids = $.map(values, function(e) { return self.opts.id(e)});
this.setVal(ids);
this.updateSelection(values);
this.clearSearch();
}
}
});