tnx-shared 5.3.327 → 5.3.328

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.
@@ -900,6 +900,7 @@ class FormSchemaBase extends SchemaBase {
900
900
  this.order = 0;
901
901
  this.showTooltip = true;
902
902
  this.showTooltipOnly = false;
903
+ this.autoSearch = true; // Dùng cho commonsearch;
903
904
  for (const key in init) {
904
905
  this[key] = init[key];
905
906
  }
@@ -976,7 +977,6 @@ class FormControlBase extends FormSchemaBase {
976
977
  this.hasOperatorCanBo = false;
977
978
  this.addToGridInfo = false;
978
979
  this.isLazyLoad = false;
979
- this.autoSearch = true; // Dùng cho commonsearch;
980
980
  for (const key in init) {
981
981
  this[key] = init[key];
982
982
  }