Skip to content

Commit

Permalink
fix(GenericInput): use decimal for numeric values
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Nov 4, 2024
1 parent 701464d commit 298eb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TeslaSolarCharger/Client/Components/GenericInput.razor
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
Variant="Variant.Outlined"
Adornment="@Adornment"
AdornmentText="@AdornmentText"
Margin="InputMargin"/>
Margin="InputMargin"
InputMode="@(InputMode.@decimal)"/>
}
else if (IsNormalText())
{
Expand Down

0 comments on commit 298eb6d

Please sign in to comment.