dijit.form.ComboBoxMixin.autoComplete
dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js
If you type in a partial string, and then tab out of the <input>
box, automatically copy the first entry displayed in the drop down list to the <input>
field