Basic doclink contains ui but need to fix the dropdown

This commit is contained in:
shamoon
2024-09-08 11:06:54 -07:00
parent c4842954d8
commit 8e5cc66dae
2 changed files with 19 additions and 10 deletions

View File

@@ -78,6 +78,10 @@
@case (CustomFieldQueryOperator.LessThan) {
<ng-container *ngTemplateOutlet="comparisonValueTemplate; context: { atom: atom }"></ng-container>
}
@case (CustomFieldQueryOperator.Contains) {
<!-- TODO: needs visual work -->
<pngx-input-document-link [(ngModel)]="atom.value" [horizontal]="true"></pngx-input-document-link>
}
@default {
<input class="w-25 form-control rounded-end" type="text" [(ngModel)]="atom.value" [disabled]="disabled">
}