Revert "Performance: Enable virtual scrolling for large custom field selects (#10708)" (#10803)

This reverts commit d9459ac37f.
This commit is contained in:
shamoon
2025-09-07 16:10:11 -07:00
committed by GitHub
parent 2d701c5c1b
commit 46cf6b4583
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@
<ng-select #fieldSelects
class="paperless-input-select rounded-end"
[items]="getSelectOptionsForField(atom.field)"
[virtualScroll]="getSelectOptionsForField(atom.field)?.length > 100"
bindLabel="label"
bindValue="id"
[(ngModel)]="atom.value"

View File

@@ -19,7 +19,6 @@
[class.private]="isPrivate"
[clearable]="allowNull"
[items]="items"
[virtualScroll]="items?.length > 100"
[addTag]="allowCreateNew && addItemRef"
addTagText="Add item"
i18n-addTagText="Used for both types, correspondents, storage paths"