Skip to content

Commit

Permalink
Fix for certain android phones not showing decimal when inputting amount
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardwissing committed Mar 31, 2019
1 parent bce5d90 commit 364771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AmountInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class AmountInput extends PureComponent {
onChangeText={this._onChangeAmountText}
maxLength={this._getAmountMaxLength(amount)}
onSubmitEditing={this._onSubmitEditing}
keyboardType="numeric"
keyboardType="decimal-pad"
returnKeyType="done"
textContentType="none"
underlineColorAndroid="transparent"
Expand Down

0 comments on commit 364771a

Please sign in to comment.