We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
1 parent 0552b62 commit b4920b1Copy full SHA for b4920b1
1 file changed
app/components/form/fields/NameField.tsx
@@ -36,6 +36,11 @@ export function NameField<
36
.replace(/[\s_]+/g, '-')
37
.replace(/[^a-z0-9-]/g, '')
38
}
39
+ // https://www.stefanjudis.com/snippets/turn-off-password-managers/
40
+ data-1p-ignore
41
+ data-bwignore
42
+ data-lpignore="true"
43
+ data-form-type="other"
44
{...textFieldProps}
45
/>
46
)
0 commit comments