1
0
mirror of synced 2025-02-09 16:49:24 +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();
}
}
});