Skip to content

Commit b040bb4

Browse files
committed
Make input type as text for OTP
1 parent 9f6398e commit b040bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/auth/signin.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default function Home() {
111111
className="w-[300px]"
112112
maxLength={5}
113113
pattern={REGEXP_ONLY_DIGITS_AND_CHARS}
114+
inputMode="text"
114115
{...field}
115116
>
116117
<InputOTPGroup>

0 commit comments

Comments
 (0)