AAE-36023 fixing auto floating issue and removing hardcoded appearance (#11059)

* AAE-36023 fixing auto floating issue and removing hardcoded appearance

* AAE-36023 removing hardcoded floatlabels and appearance for form fields
This commit is contained in:
Soumyajit Chakraborty
2025-07-24 17:34:44 +05:30
committed by GitHub
parent aed3c2c228
commit 247cbd1dd7
3 changed files with 1 additions and 3 deletions
@@ -1,7 +1,6 @@
<form>
<mat-form-field
[subscriptSizing]="formFieldSubscriptSizing"
[floatLabel]="'auto'"
class="adf-people-cloud adf-form-field-input"
[class.adf-invalid]="hasError() && isDirty()"
>
@@ -8,7 +8,7 @@
<label class="adf-label" [attr.for]="field.id"
>{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label
>
<mat-form-field appearance="outline" class="adf-group-widget-field">
<mat-form-field class="adf-group-widget-field">
<mat-chip-grid #chipGrid>
<mat-chip-row
*ngFor="let group of selectedGroups"
@@ -4,7 +4,6 @@
id="people-widget-content">
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label>
<mat-form-field
appearance="outline"
class="adf-people-widget-field">
<mat-chip-grid #chipGrid [attr.aria-label]="'ADF_PROCESS_LIST.START_PROCESS.FORM.LABEL.SELECTED_PEOPLE' | translate">
<mat-chip-row