From 82f4a8f671f5523962003cf023c479e70646418b Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:14:29 +1000 Subject: [PATCH] Fix number field render --- ui/v2.5/src/utils/form.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ui/v2.5/src/utils/form.tsx b/ui/v2.5/src/utils/form.tsx index 45b0aa86f..f518d5700 100644 --- a/ui/v2.5/src/utils/form.tsx +++ b/ui/v2.5/src/utils/form.tsx @@ -137,14 +137,16 @@ export function formikUtils( /> ); } else if (type === "number") { - ; + control = ( + + ); } else { control = (