An autocomplete enabled combo box control. Uses require.js and jQueryUI, but NOT a jQuery plugin. You can use any type of source that the standard jquery autocomplete can use.
Usage:
var comboOptions = {
inputCSS:{
"min-width":"0"
},
autocomplete:{
source:"/ajax/combosource.php"
}
}
var control = new ComboBox("div#myCombo",comboOptions);