Functiondijit.form.ComboBoxMixin.compositionend

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

When inputting characters using an input method, such as Asian languages, it will generate this event instead of onKeyDown event Note: this event is only triggered in FF (not in IE)

Usage

function (evt) (view source)
parametertypedescription
evt