diff --git a/Oqtane.Client/Themes/Controls/Theme/Search.razor b/Oqtane.Client/Themes/Controls/Theme/Search.razor index b6816a90..4b04dafe 100644 --- a/Oqtane.Client/Themes/Controls/Theme/Search.razor +++ b/Oqtane.Client/Themes/Controls/Theme/Search.razor @@ -8,7 +8,7 @@ @if (_searchResultsPage != null) { - @if (AllowInput) + @if (AllowTextInput) {
@@ -43,7 +43,7 @@ public string CssClass { get; set; } [Parameter] - public bool AllowInput { get; set; } = true; // setting to false will display only the search icon button - not the textbox + public bool AllowTextInput { get; set; } = true; // setting to false will display only the search icon button - not the textbox [Parameter] public string SearchResultPagePath { get; set; } = "search"; // setting to "" will disable search