Skip to content

Commit

Permalink
Auto focus comment field when create an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Sep 6, 2023
1 parent d9bf3fd commit 8d3d5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function MessageForm(props: FormProps): JSX.Element {
name='issue_description'
rules={[{ required: true, message: 'Please, fill out the field' }]}
>
<Input autoComplete='off' placeholder='Please, describe the issue' />
<Input autoFocus autoComplete='off' placeholder='Please, describe the issue' />
</Form.Item>
<Row justify='space-between'>
<Col>
Expand Down

0 comments on commit 8d3d5f6

Please sign in to comment.