feat: set to read-only if field confirmed
This commit is contained in:
@@ -409,6 +409,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
fullWidth
|
fullWidth
|
||||||
margin="normal"
|
margin="normal"
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
readOnly: confirmedListTextFields[field.id]?.[key],
|
||||||
startAdornment: (
|
startAdornment: (
|
||||||
<InputAdornment position="start">
|
<InputAdornment position="start">
|
||||||
<EditIcon />
|
<EditIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user