javascripts/netzkeremotecombo.js in netzke-basepack-0.8.4 vs javascripts/netzkeremotecombo.js in netzke-basepack-0.9.0.rc1
- old
+ new
@@ -5,16 +5,9 @@
valueField : 'value',
displayField : 'text',
triggerAction : 'all',
forceSelection: true,
- // WIP: Breaking - should not be 'true' if combobox is not editable
- // typeAhead : true,
-
- // getDisplayValue: function() {
- // return this.getValue() == 0 ? this.emptyText : this.callOverridden();
- // },
-
initComponent : function(){
var modelName = this.parentId + "_" + this.name;
if (this.blankLine == undefined) this.blankLine = "---";