mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1688] Update value for the form field when is empty string (#2450)
This commit is contained in:
@@ -73,7 +73,7 @@ export class PeopleWidgetComponent extends WidgetComponent implements OnInit {
|
||||
}
|
||||
if (this.isValueDefined() && this.value.trim().length === 0) {
|
||||
this.oldValue = this.value;
|
||||
this.field.validationSummary = '';
|
||||
this.field.value = this.value;
|
||||
this.users = [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user