mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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:
@@ -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()"
|
||||
>
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user