Skip to content

Commit

Permalink
Add 'Fateful Encounter' checkbox (fixes #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed May 2, 2024
1 parent a3fdae7 commit 91b1b75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Pkmds.Web/Components/EditForms/Tabs/MetTab.razor
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ EntityContext.MaxInvalid &&
}
</MudSelect>

<MudCheckBox Label="Fateful Encounter"
T="@bool"
@bind-Value="@Pokemon.FatefulEncounter"
For="@(() => Pokemon.FatefulEncounter)" />

<MudAutocomplete T="ComboItem"
Label="Met Location"
Variant="@Variant.Outlined"
Expand Down

0 comments on commit 91b1b75

Please sign in to comment.