@skyux/lookup 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2878,10 +2878,8 @@
2878
2878
  }
2879
2879
  };
2880
2880
  SkyLookupComponent.prototype.writeValue = function (value) {
2881
- if (!this.disabled) {
2882
- this.value = value ? value : [];
2883
- this.updateForSelectMode();
2884
- }
2881
+ this.value = value ? value : [];
2882
+ this.updateForSelectMode();
2885
2883
  };
2886
2884
  SkyLookupComponent.prototype.registerOnChange = function (fn) {
2887
2885
  this.onChange = fn;