Skip to content

Commit b05ec45

Browse files
committed
fix for [OneTimePasswordField] autoComplete not working in Chrome on iOS
- Context: #3641
1 parent e7a593a commit b05ec45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/one-time-password-field/src/one-time-password-field.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ const OneTimePasswordFieldInput = React.forwardRef<
647647
data-protonpass-ignore={supportsAutoComplete ? undefined : 'true'}
648648
data-bwignore={supportsAutoComplete ? undefined : 'true'}
649649
inputMode={validation?.inputMode}
650-
maxLength={1}
651650
pattern={validation?.pattern}
652651
readOnly={context.readOnly}
653652
value={char}

0 commit comments

Comments
 (0)