[frontend/components] Add a search landmark while I'm here.

This commit is contained in:
Samuel Proulx 2024-10-17 22:37:50 -04:00 committed by Laura Hausmann
parent eb293cd9c5
commit 80e84dbd30
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -13,7 +13,7 @@
@inject StateService StateService;
@inject IJSRuntime Js;
<div class="search">
<div class="search" role="search">
<input @bind="SearchString" class="input"/>
<InputSelect @bind-Value="@SearchType">
@foreach (var type in Enum.GetValues(typeof(SearchTypeEnum)))