mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Merge pull request #7030 from BlueWallet/caret
FIX: Hide caret so its easier to type amounts
This commit is contained in:
commit
c9e914350f
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ class AmountInput extends Component {
|
|||
{amount !== BitcoinUnit.MAX ? (
|
||||
<TextInput
|
||||
{...this.props}
|
||||
caretHidden
|
||||
testID="BitcoinAmountInput"
|
||||
keyboardType="numeric"
|
||||
adjustsFontSizeToFit
|
||||
|
|
Loading…
Add table
Reference in a new issue