[ACS-3872] Disable boolean mode dropdown due to lack of OR in ACS (#2744)

This commit is contained in:
Thomas Hunter
2022-10-27 12:37:19 +01:00
committed by GitHub
parent fd83219d54
commit 2bdad0bce7
2 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ export class RuleCompositeConditionUiComponent implements ControlValueAccessor,
simpleConditions: new FormArray([])
});
readonly isOrImplemented = false;
private _readOnly = false;
@Input()
get readOnly(): boolean {