Merge pull request #7030 from BlueWallet/caret

FIX: Hide caret so its easier to type amounts
This commit is contained in:
GLaDOS 2024-09-07 07:11:21 +00:00 committed by GitHub
commit c9e914350f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,6 +264,7 @@ class AmountInput extends Component {
{amount !== BitcoinUnit.MAX ? (
<TextInput
{...this.props}
caretHidden
testID="BitcoinAmountInput"
keyboardType="numeric"
adjustsFontSizeToFit