osl-base-extended 8.6.0 → 8.7.0

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.
@@ -1737,6 +1737,9 @@ class OslAutocomplete extends baseComponent {
1737
1737
  if (val) {
1738
1738
  this.inputControl.disable();
1739
1739
  }
1740
+ else {
1741
+ this.inputControl.enable();
1742
+ }
1740
1743
  }
1741
1744
  get disabled() {
1742
1745
  return this._isDisabled;