UI: Refactoring
This commit is contained in:
parent
dc3f3ceafb
commit
f9af643f6c
@ -172,17 +172,16 @@
|
|||||||
</mat-error>
|
</mat-error>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-field" *ngIf="key.settings.dataKeyValueType === 'colorPicker'">
|
<tb-color-input fxFlex class="input-field"
|
||||||
<tb-color-input fxFlex
|
*ngIf="key.settings.dataKeyValueType === 'colorPicker'"
|
||||||
label="{{key.label}}"
|
label="{{key.label}}"
|
||||||
icon="{{key.settings.icon}}"
|
icon="{{key.settings.icon}}"
|
||||||
[required]="key.settings.required"
|
[required]="key.settings.required"
|
||||||
[colorClearButton]="true"
|
[colorClearButton]="true"
|
||||||
[requiredText]="getErrorMessageText(key.settings, 'required')"
|
[requiredText]="getErrorMessageText(key.settings, 'required')"
|
||||||
openOnInput
|
openOnInput
|
||||||
formControlName="{{key.formId}}">
|
formControlName="{{key.formId}}">
|
||||||
</tb-color-input>
|
</tb-color-input>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user