dijit.form.ComboBoxMixin.query
dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js
A query that can be passed to 'store' to initially filter the items, before doing further filtering based on searchAttr
and the key. Any reference to the searchAttr
is ignored.