... switching from FilteringSelect to ComboBox
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
var newSearchLocation;
var newSearchDepth = null;
-dojo.require("dijit.form.FilteringSelect");
+dojo.require("dijit.form.ComboBox");
dojo.require("openils.AutoSuggestStore");
function autoSuggestInit() {
var as_store = new openils.AutoSuggestStore(
{"type_selector": G.ui.searchbar.type_selector}
);
- var widg = new dijit.form.FilteringSelect({
+ var widg = new dijit.form.ComboBox({
"store": as_store,
"labelAttr": "match",
"labelType": "html",