Autofocus title search in depot filter

This commit is contained in:
Pat Hartl 2025-02-23 09:28:43 -06:00
parent 2877a79b64
commit 369f856a5c

View file

@ -8,7 +8,7 @@
<Slider @bind-Value="ColumnSize" Step="50" Min="100" Max="250" />
</FormItem>
<FormItem Label="Title">
<Input @bind-Value="@context.SelectedOptions.Title" />
<Input @bind-Value="@context.SelectedOptions.Title" AutoFocus />
</FormItem>
<FormItem Label="Group By">
<Select @bind-Value="@context.SelectedOptions.GroupBy" TItem="GroupBy" TItemValue="GroupBy" DataSource="Enum.GetValues<GroupBy>()">