stable checkin
[xtuple] / lib / enyo-x / source / widgets / combobox.js
index 559f410..0c84c4d 100644 (file)
@@ -16,6 +16,7 @@ regexp:true, undef:true, trailing:true, white:true, browser:true */
     name: "XV.ComboboxWidget",
     kind: "XV.InputWidget",
     published: {
+      attr: null,
       collection: "",
       filter: null,
       disabled: false,
@@ -113,7 +114,6 @@ regexp:true, undef:true, trailing:true, white:true, browser:true */
     setDisabled: function (isDisabled) {
       this.inherited(arguments);
       this.$.iconButton.setDisabled(isDisabled);
-      this.$.label.addRemoveClass("disabled", isDisabled);
     },
     /**
     @todo Document the keyDown method.