Autofocus title search in depot filter
This commit is contained in:
parent
2877a79b64
commit
369f856a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue