Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e97d2

Browse files
committed
Autofocus input in collaborator form
1 parent 4e82c2e commit 94e97d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/UserSearchInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const UserSearchInput = ({
7575
{...getInputProps({
7676
placeholder: 'Enter name or email address',
7777
})}
78+
autoFocus
7879
/>
7980
</div>
8081

0 commit comments

Comments
 (0)