[frontend/components] Add a search landmark while I'm here.
This commit is contained in:
parent
eb293cd9c5
commit
80e84dbd30
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
@inject StateService StateService;
|
@inject StateService StateService;
|
||||||
@inject IJSRuntime Js;
|
@inject IJSRuntime Js;
|
||||||
|
|
||||||
<div class="search">
|
<div class="search" role="search">
|
||||||
<input @bind="SearchString" class="input"/>
|
<input @bind="SearchString" class="input"/>
|
||||||
<InputSelect @bind-Value="@SearchType">
|
<InputSelect @bind-Value="@SearchType">
|
||||||
@foreach (var type in Enum.GetValues(typeof(SearchTypeEnum)))
|
@foreach (var type in Enum.GetValues(typeof(SearchTypeEnum)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue