|
|
|
@ -172,17 +172,16 @@ |
|
|
|
</mat-error> |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
<div class="input-field" *ngIf="key.settings.dataKeyValueType === 'colorPicker'"> |
|
|
|
<tb-color-input fxFlex |
|
|
|
label="{{key.label}}" |
|
|
|
icon="{{key.settings.icon}}" |
|
|
|
[required]="key.settings.required" |
|
|
|
[colorClearButton]="true" |
|
|
|
[requiredText]="getErrorMessageText(key.settings, 'required')" |
|
|
|
openOnInput |
|
|
|
formControlName="{{key.formId}}"> |
|
|
|
</tb-color-input> |
|
|
|
</div> |
|
|
|
<tb-color-input fxFlex class="input-field" |
|
|
|
*ngIf="key.settings.dataKeyValueType === 'colorPicker'" |
|
|
|
label="{{key.label}}" |
|
|
|
icon="{{key.settings.icon}}" |
|
|
|
[required]="key.settings.required" |
|
|
|
[colorClearButton]="true" |
|
|
|
[requiredText]="getErrorMessageText(key.settings, 'required')" |
|
|
|
openOnInput |
|
|
|
formControlName="{{key.formId}}"> |
|
|
|
</tb-color-input> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</fieldset> |
|
|
|
|