bpm-core 0.0.121 → 0.0.123

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.
@@ -3390,6 +3390,8 @@ class SearchEmployeeComponent extends ControlValueAccessorDirective {
3390
3390
  return '/group/i-gate/wm-bpm/forms/-/proxy/portrait?email=' + id;
3391
3391
  }
3392
3392
  selectOption(object, ev) {
3393
+ if (!this.control.touched)
3394
+ this.onTouchedFn();
3393
3395
  this.userAlreadyExist = false;
3394
3396
  this.selected = true;
3395
3397
  this.data = [];