Skip to content

Commit

Permalink
Merge pull request #8206 from sobitneupane/sn_bug-send-money-enter
Browse files Browse the repository at this point in the history
Press On Enter in Button with Dropdown
  • Loading branch information
NikkiWines authored Mar 22, 2022
2 parents 6f6eaaa + 7451094 commit af0f42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ButtonWithDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const ButtonWithDropdown = props => (
isLoading={props.isLoading}
shouldRemoveRightBorderRadius
style={[styles.flex1]}
pressOnEnter
/>
<Button
success
Expand Down

0 comments on commit af0f42e

Please sign in to comment.