mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Enhancement: disable auto spellcheck on filtering dropdowns (#10487)
This commit is contained in:
parent
ae5bd2d2fd
commit
f09965464a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
<div class="list-group-item">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control" type="text" [(ngModel)]="filterText" [placeholder]="filterPlaceholder" (keyup.enter)="listFilterEnter()" #listFilterTextInput>
|
||||
<input class="form-control" type="text" spellcheck="false" [(ngModel)]="filterText" [placeholder]="filterPlaceholder" (keyup.enter)="listFilterEnter()" #listFilterTextInput>
|
||||
</div>
|
||||
</div>
|
||||
@if (selectionModel.items) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue