From 6babcf953630be5cff0ee600e9c19b8ef5de8c61 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Sat, 2 Mar 2024 11:35:26 +0100 Subject: [PATCH] Improved Search Input Text Field Autocomplete Behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request enhances the behavior of the search input text field by disabling the browser’s autocomplete feature. --- Oqtane.Client/Modules/Controls/Pager.razor | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Oqtane.Client/Modules/Controls/Pager.razor b/Oqtane.Client/Modules/Controls/Pager.razor index 79642eaa..94cf7dee 100644 --- a/Oqtane.Client/Modules/Controls/Pager.razor +++ b/Oqtane.Client/Modules/Controls/Pager.razor @@ -8,11 +8,13 @@ { @if (!string.IsNullOrEmpty(SearchProperties)) { -
- - - -
+ @*
*@ +
+ + + +
+ @*
*@ } @if ((Toolbar == "Top" || Toolbar == "Both") && _pages > 0 && Items.Count() > _maxItems)