diff --git a/lib/core/form/components/widgets/people/people.widget.html b/lib/core/form/components/widgets/people/people.widget.html index 00791451cb..54a0e7fbfa 100644 --- a/lib/core/form/components/widgets/people/people.widget.html +++ b/lib/core/form/components/widgets/people/people.widget.html @@ -11,10 +11,10 @@ [id]="field.id" [formControl] ="searchTerm" [value]="getDisplayName(field.value)" - [disabled]="field.readOnly" + [attr.disabled]="field.readOnly" placeholder="{{field.placeholder}}" [matAutocomplete]="auto"> - +
diff --git a/lib/core/form/components/widgets/people/people.widget.scss b/lib/core/form/components/widgets/people/people.widget.scss index 445645d810..3d8946e6a3 100644 --- a/lib/core/form/components/widgets/people/people.widget.scss +++ b/lib/core/form/components/widgets/people/people.widget.scss @@ -9,6 +9,11 @@ width: 100%; } + &-people-widget-list { + margin: 5px 0; + padding: 10px 0; + } + &-people-widget-row { display: flex; align-items: center;