Skip to content

Commit

Permalink
autofocus on space pickersearchfield
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed May 13, 2024
1 parent 225f775 commit 76749f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom-lists/ui/CollectionPicker/index.tsx
Expand Up @@ -516,7 +516,7 @@ class SpacePicker extends StatefulUIElement<
onKeyDown={this.handleKeyPress}
onKeyUp={this.handleKeyUp}
value={this.state.query}
autoFocus={this.props.autoFocus}
autoFocus={true}
/>
</SearchContainer>
)}
Expand Down

0 comments on commit 76749f8

Please sign in to comment.