From f09965464a88472158fbc240c54d732eea209e6a Mon Sep 17 00:00:00 2001 From: TheDodger Date: Fri, 1 Aug 2025 16:27:19 +0200 Subject: [PATCH] Enhancement: disable auto spellcheck on filtering dropdowns (#10487) --- .../filterable-dropdown/filterable-dropdown.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html index f6888488da..58e2beebb6 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html @@ -30,7 +30,7 @@ }
- +
@if (selectionModel.items) { -- 2.47.2