Skip to content

Commit

Permalink
Hide spin buttons for EV sum
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 19, 2024
1 parent a38cc82 commit 212ce34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pkmds.Web/Components/EditForms/Tabs/StatsTab.razor
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ AppState.SelectedSlotsAreValid)
title="EVs Total"
Variant="@Variant.Outlined"
Value="@Pokemon.EVTotal"
ReadOnly />
ReadOnly
HideSpinButtons />
}

</MudStack>
Expand Down

0 comments on commit 212ce34

Please sign in to comment.