function (/*Object*/ results, /*Object*/ dataObject) (view source)
if(dataObject.query[this.searchAttr]!= this._lastQuery){return;
}this._isvalid = results.length!= 0; // FIXME: should this be greater-than?this.validate(true);
dijit.form.ComboBoxMixin.prototype._openResultList.apply(this, arguments);