From 8d8a037e3fe9b1d2ccbc4169ce59b13000b59cb0 Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Tue, 12 Oct 2021 13:33:44 +0200 Subject: Allow configuration to be static/readonly (#4315) * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI --- client/src/app/shared/shared-forms/select/select-options.component.html | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/shared-forms/select/select-options.component.html') diff --git a/client/src/app/shared/shared-forms/select/select-options.component.html b/client/src/app/shared/shared-forms/select/select-options.component.html index 3b1761255..83c7de9f5 100644 --- a/client/src/app/shared/shared-forms/select/select-options.component.html +++ b/client/src/app/shared/shared-forms/select/select-options.component.html @@ -7,6 +7,7 @@ [labelForId]="labelForId" [searchable]="searchable" [searchFn]="searchFn" + [disabled]="disabled" bindLabel="label" bindValue="id" -- cgit v1.2.3