osl-base-extended 10.6.0 → 10.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.
@@ -4360,7 +4360,7 @@ class OslFormGrid {
4360
4360
  }
4361
4361
  }
4362
4362
  autocompleteChange(col, ev) {
4363
- if (col && col.formElem) {
4363
+ if (col && col.formElem && this.allowReorder) {
4364
4364
  col.formElem.datasource = ev;
4365
4365
  }
4366
4366
  }