From 298eb6d287cab2a0fb356a6924d30a7c342e3c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=BChnel?= Date: Mon, 4 Nov 2024 18:44:40 +0100 Subject: [PATCH] fix(GenericInput): use decimal for numeric values --- TeslaSolarCharger/Client/Components/GenericInput.razor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeslaSolarCharger/Client/Components/GenericInput.razor b/TeslaSolarCharger/Client/Components/GenericInput.razor index e2a899aa6..58eacea49 100644 --- a/TeslaSolarCharger/Client/Components/GenericInput.razor +++ b/TeslaSolarCharger/Client/Components/GenericInput.razor @@ -131,7 +131,8 @@ Variant="Variant.Outlined" Adornment="@Adornment" AdornmentText="@AdornmentText" - Margin="InputMargin"/> + Margin="InputMargin" + InputMode="@(InputMode.@decimal)"/> } else if (IsNormalText()) {