Skip to content

Commit

Permalink
Fix error in list filter search field
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnavar committed Apr 12, 2022
1 parent a97142e commit 9e6a2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GridBlazor/GridBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>8.0</LangVersion>
<GenerateEmbeddedFilesManifest>True</GenerateEmbeddedFilesManifest>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Version>3.2.5</Version>
<Version>3.2.6</Version>
<Title>GridBlazor</Title>
<Description>Grid components for Blazor</Description>
<Summary>Grid components for Blazor</Summary>
Expand Down
1 change: 1 addition & 0 deletions GridBlazor/Pages/ListFilterComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<input type="text"
class="grid-filter-input form-control"
placeholder="@Strings.SearchFilterListInputText"
value="@SearchFilterListText"
@oninput="FilterTextChanged"/>
</div>
}
Expand Down

0 comments on commit 9e6a2f8

Please sign in to comment.