From 820fabbddaa50415307c449a7ee0466dbe3f2c97 Mon Sep 17 00:00:00 2001 From: koji Date: Wed, 8 May 2024 19:04:53 -0400 Subject: [PATCH] fix(app): fix input field caret position issue fix input field caret position issue close RQA-2697 --- app/src/atoms/InputField/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/atoms/InputField/index.tsx b/app/src/atoms/InputField/index.tsx index f891b580c6c..d6d281918cf 100644 --- a/app/src/atoms/InputField/index.tsx +++ b/app/src/atoms/InputField/index.tsx @@ -279,9 +279,11 @@ function Input(props: InputFieldProps): JSX.Element { event.currentTarget.blur()} // prevent value change with scrolling + type={props.type} /> {props.units != null ? ( {props.units}