Skip to content

Commit

Permalink
remove autoFocus from Select InputGroup to fix scroll jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Gray committed Jun 8, 2018
1 parent e7abc1d commit 67bca7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/select/src/components/select/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export class Select<T> extends React.PureComponent<ISelectProps<T>, ISelectState

const input = (
<InputGroup
autoFocus={true}
leftIcon="search"
placeholder="Filter..."
rightElement={this.maybeRenderInputClearButton()}
Expand Down

1 comment on commit 67bca7b

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove autoFocus from Select InputGroup to fix scroll jumping

Preview: documentation | landing | table

Please sign in to comment.