Skip to content

Instantly share code, notes, and snippets.

@Djuki
Last active March 13, 2020 10:37
Show Gist options
  • Save Djuki/f1d0730ee2d6808479636e4139251e2a to your computer and use it in GitHub Desktop.
Save Djuki/f1d0730ee2d6808479636e4139251e2a to your computer and use it in GitHub Desktop.
<Select
options={branches}
onChange={this.onBranchChange}
value={this.state.selectedBranch}
onMenuScrollToBottom={() => {
if (this.props.branchesNextPage !== false) {
this.props.fetchMoreBranches(this.props.identityId, this.props.branchesNextPage);
}
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment