We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 066fed4 + eab71ac commit 5e0fcd0Copy full SHA for 5e0fcd0
src/complex-list-field/complex-list-field.component.html
@@ -27,8 +27,8 @@
27
</div>
28
29
<div *ngIf="shouldDisplayViewTemplate" class="btn-group">
30
- <label class="btn btn-switch" [class.active]="shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = true">To Edit</label>
31
<label class="btn btn-switch" [class.active]="!shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = false">All</label>
+ <label class="btn btn-switch" [class.active]="shouldDisplayOnlyEditFormItems" (click)="shouldDisplayOnlyEditFormItems = true">To Edit</label>
32
33
<div *ngIf="headerItemTemplate">
34
<ng-template [ngTemplateOutlet]="headerItemTemplate"></ng-template>
0 commit comments