AAE-36023 Making develop sync with ng18 backup branch (#11061)

AAE-36023 Fixing workspace cropping issues and label floating issues
This commit is contained in:
Soumyajit Chakraborty
2025-07-24 18:13:52 +05:30
committed by GitHub
parent 49c0f44435
commit 71df219f94
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<form> <form>
<mat-form-field <mat-form-field
[subscriptSizing]="formFieldSubscriptSizing" [subscriptSizing]="formFieldSubscriptSizing"
[floatLabel]="'auto'"
class="adf-people-cloud adf-form-field-input" class="adf-people-cloud adf-form-field-input"
[class.adf-invalid]="hasError() && isDirty()" [class.adf-invalid]="hasError() && isDirty()"
> >

View File

@@ -8,7 +8,7 @@
<label class="adf-label" [attr.for]="field.id" <label class="adf-label" [attr.for]="field.id"
>{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label >{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label
> >
<mat-form-field [floatLabel]="field.placeholder ? 'always': null" class="adf-group-widget-field"> <mat-form-field class="adf-group-widget-field">
<mat-chip-grid #chipGrid> <mat-chip-grid #chipGrid>
<mat-chip-row <mat-chip-row
*ngFor="let group of selectedGroups" *ngFor="let group of selectedGroups"

View File

@@ -3,7 +3,7 @@
[class.adf-readonly]="field.readOnly" [class.adf-readonly]="field.readOnly"
id="people-widget-content"> 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> <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 [floatLabel]="field.placeholder ? 'always': null" <mat-form-field
class="adf-people-widget-field"> class="adf-people-widget-field">
<mat-chip-grid #chipGrid [attr.aria-label]="'ADF_PROCESS_LIST.START_PROCESS.FORM.LABEL.SELECTED_PEOPLE' | translate"> <mat-chip-grid #chipGrid [attr.aria-label]="'ADF_PROCESS_LIST.START_PROCESS.FORM.LABEL.SELECTED_PEOPLE' | translate">
<mat-chip-row <mat-chip-row