Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix(code/frontend): auto focus import project inpt (elastic#38860) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored Jun 16, 2019
1 parent b957a39 commit 0f9374a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class CodeImportProject extends React.PureComponent<
fullWidth={true}
onBlur={this.updateIsInvalid}
isInvalid={this.state.isInvalid}
autoFocus={true}
/>
</EuiFormRow>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class CodeProjectTab extends React.PureComponent<Props, State> {
isLoading={this.props.importLoading}
fullWidth={true}
isInvalid={this.state.isInvalid}
autoFocus={true}
/>
</EuiFormRow>
</EuiForm>
Expand Down

0 comments on commit 0f9374a

Please sign in to comment.