From ccb17bb1a682ded8773631fc4b821eb7cded5d11 Mon Sep 17 00:00:00 2001 From: Dharan <14145706+dhrn@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:11:43 +0530 Subject: [PATCH] [ADF-5464] [form]Mandatory field validations are not applied once content removed (#7255) * [ADF-5464] [form]Mandatory field validations are not applied once content is removed from these fields * * fix test and people widget * * fix flaky test --- .../functional-group.widget.html | 20 +- .../functional-group.widget.spec.ts | 221 +++++++----------- .../functional-group.widget.ts | 81 ++++--- .../widgets/people/people.widget.html | 2 +- .../widgets/people/people.widget.spec.ts | 18 +- .../widgets/people/people.widget.ts | 25 +- 6 files changed, 154 insertions(+), 213 deletions(-) diff --git a/lib/core/form/components/widgets/functional-group/functional-group.widget.html b/lib/core/form/components/widgets/functional-group/functional-group.widget.html index 6ace4cb2aa..9e044c6b75 100644 --- a/lib/core/form/components/widgets/functional-group/functional-group.widget.html +++ b/lib/core/form/components/widgets/functional-group/functional-group.widget.html @@ -1,6 +1,9 @@