Functiondijit.form.ComboBoxMixin._autoCompleteText

dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js

Fill in the textbox with the first item from the drop down list, and highlight the characters that were auto-completed. For example, if user typed "CA" and the drop down list appeared, the textbox would be changed to "California" and "ifornia" would be highlighted.

Usage

function (/*String*/ text) (view source)
parametertypedescription
textString