Skip to content

Commit

Permalink
Merge pull request #32 from zcuric/ref-fix-1
Browse files Browse the repository at this point in the history
Fix: add missing ref to enable input focus
  • Loading branch information
ozziexsh authored Feb 19, 2023
2 parents c83ef0b + 6f86876 commit 22436f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stubs/resources/js/Components/ConfirmsPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default function ConfirmsPassword({

<div className="mt-4">
<TextInput
ref={passwordRef}
type="password"
className="mt-1 block w-3/4"
placeholder="Password"
Expand Down

0 comments on commit 22436f0

Please sign in to comment.