feat: set to read-only if field confirmed

This commit is contained in:
karishmas6
2024-09-14 08:16:36 +05:30
parent dca070fb4f
commit e9f7e6b41b

View File

@@ -409,6 +409,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
fullWidth
margin="normal"
InputProps={{
readOnly: confirmedListTextFields[field.id]?.[key],
startAdornment: (
<InputAdornment position="start">
<EditIcon />