Skip to content

Commit

Permalink
Allow Entry key submission on confirmation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Sep 29, 2023
1 parent 56be20a commit c40cf89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ function MoneyRequestConfirmationList(props) {
/>
) : (
<ButtonWithDropdownMenu
pressOnEnter
isDisabled={shouldDisableButton}
onPress={(_event, value) => confirm(value)}
options={splitOrRequestOptions}
Expand Down

0 comments on commit c40cf89

Please sign in to comment.