Skip to content

Commit

Permalink
remove maxLength prop
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 29, 2024
1 parent d3520cf commit 0be9d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/auth/otp-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const OtpInput: FC<OtpInputProps> = ({
)}
inputMode="numeric"
key={index + 1}
maxLength={length}
onChange={(e) => onChangeInternal(e, index)}
onFocus={handleFocus}
onKeyDown={handleKeyDown}
Expand Down

0 comments on commit 0be9d9a

Please sign in to comment.