@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.
@@ -5299,6 +5299,7 @@ class SmartformwidgetComponent {
5299
5299
  this.toHighlight = filterValue;
5300
5300
  if (!filterValue) {
5301
5301
  filterValue = '';
5302
+ this.toHighlight = filterValue;
5302
5303
  }
5303
5304
  if (this.widgetInstance.type === SmartFormWidgetType.TEXT_FIELD &&
5304
5305
  this.widgetInstance.valueList) {