mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 947: #1985 Kundentyp-Checkbox nicht mehr abwählbar
#1985 Kundentyp-Checkbox nicht mehr abwählbar Related work items: #1985
This commit is contained in:
committed by
Nino Righi
parent
49bb23805e
commit
963aaa974e
@@ -33,7 +33,7 @@
|
||||
*ngFor="let option of value?.values"
|
||||
[ngModel]="option.selected"
|
||||
(ngModelChange)="check($event, option)"
|
||||
[disabled]="!option.enabled"
|
||||
[disabled]="!option.enabled || option.selected"
|
||||
>
|
||||
{{ option.label }}
|
||||
</ui-checkbox>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
:host {
|
||||
@apply grid grid-flow-col flex-row text-card-sub justify-center gap-6;
|
||||
}
|
||||
|
||||
ui-checkbox.disabled.checked {
|
||||
@apply text-black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user