We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cce81 commit 9c563afCopy full SHA for 9c563af
site/src/components/Dialogs/DeleteDialog/DeleteDialog.tsx
@@ -45,6 +45,7 @@ export const DeleteDialog: FC<PropsWithChildren<DeleteDialogProps>> = ({
45
<Stack spacing={1}>
46
<TextField
47
name="confirmation"
48
+ autoComplete="off"
49
id="confirmation"
50
placeholder={name}
51
value={nameValue}
0 commit comments