visually disable edit fields for permissions

This commit is contained in:
Michael Shamoon
2022-12-17 20:26:24 -08:00
parent 605480ab4a
commit 5e6389fa6e
4 changed files with 29 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div class="mb-3 paperless-input-select">
<div class="mb-3 paperless-input-select" [class.disabled]="disabled">
<label *ngIf="title" class="form-label" [for]="inputId">{{title}}</label>
<div [class.input-group]="allowCreateNew">
<ng-select name="inputId" [(ngModel)]="value"