Skip to content

Commit 6f86876

Browse files
authored
Fix: add missing ref to enable input focus
1 parent c83ef0b commit 6f86876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stubs/resources/js/Components/ConfirmsPassword.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default function ConfirmsPassword({
7979

8080
<div className="mt-4">
8181
<TextInput
82+
ref={passwordRef}
8283
type="password"
8384
className="mt-1 block w-3/4"
8485
placeholder="Password"

0 commit comments

Comments
 (0)