Skip to content

Commit

Permalink
Merge pull request #9351 from Expensify/vit-fixEnterButton
Browse files Browse the repository at this point in the history
Revert a forgotten blurOnsubmit prop
  • Loading branch information
mountiny committed Jun 8, 2022
2 parents 784d538 + f42b99e commit b0c52f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AmountTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function AmountTextInput(props) {
value={props.formattedAmount}
placeholder={props.placeholder}
keyboardType={CONST.KEYBOARD_TYPE.NUMBER_PAD}
blurOnSubmit={false}
/>
);
}
Expand Down

0 comments on commit b0c52f2

Please sign in to comment.