@smartbit4all/ng-client 3.3.77 → 3.3.78

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.
@@ -5254,6 +5254,7 @@ class SmartformwidgetComponent {
5254
5254
  this.toHighlight = filterValue;
5255
5255
  if (!filterValue) {
5256
5256
  filterValue = '';
5257
+ this.toHighlight = filterValue;
5257
5258
  }
5258
5259
  if (this.widgetInstance.type === SmartFormWidgetType.TEXT_FIELD &&
5259
5260
  this.widgetInstance.valueList) {