From e9f7e6b41b431aec95780770d412d5056a7ce8e5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 14 Sep 2024 08:16:36 +0530 Subject: [PATCH] feat: set to read-only if field confirmed --- src/components/organisms/RightSidePanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index e1c4d26f..88a2bb18 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -409,6 +409,7 @@ export const RightSidePanel: React.FC = ({ onFinishCapture fullWidth margin="normal" InputProps={{ + readOnly: confirmedListTextFields[field.id]?.[key], startAdornment: (