Skip to content

Commit

Permalink
Add autofocus to input field in HeaderSimple
Browse files Browse the repository at this point in the history
component
  • Loading branch information
ItsukiKigoshi committed Nov 23, 2023
1 parent c891110 commit 0847bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HeaderSimple/HeaderSimple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function HeaderSimple(props: {
gap="xl"
>
<Text>ELA / JLP Core</Text>
<Input placeholder='Enter Section (e.g."5A")' />
<Input data-autofocus placeholder='Enter Section (e.g."5A")' />
</Group>
<Group
justify="space-between"
Expand Down

0 comments on commit 0847bc2

Please sign in to comment.