Bind lookup on input. Fixes #16
This commit is contained in:
parent
b28f4f78b1
commit
d3887e6d8e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
<Space Style="display: flex">
|
||||
<SpaceItem Style="flex-grow: 1">
|
||||
<Input @bind-Value="@context.Title" />
|
||||
<Input @bind-Value="@context.Title" BindOnInput="true" />
|
||||
</SpaceItem>
|
||||
<SpaceItem>
|
||||
<Button OnClick="() => GameMetadataLookup.SearchForGame(context.Title)" Type="@ButtonType.Primary" Disabled="@(String.IsNullOrWhiteSpace(context.Title))">Lookup</Button>
|
||||
|
|
Loading…
Add table
Reference in a new issue