Skip to content

Commit

Permalink
fix: add picker scroll functionality to AdditionalDetailsStep
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 20, 2023
1 parent b7ff191 commit 8cba034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/EnablePayments/AdditionalDetailsStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class AdditionalDetailsStep extends React.Component {
formID={ONYXKEYS.WALLET_ADDITIONAL_DETAILS}
validate={this.validate}
onSubmit={this.activateWallet}
scrollContextEnabled
scrollToOverflowEnabled
submitButtonText={this.props.translate('common.saveAndContinue')}
style={[styles.mh5, styles.flexGrow1]}
>
Expand Down

0 comments on commit 8cba034

Please sign in to comment.