diff --git a/package.json b/package.json index 1a2a99a0..cece791d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "styled-normalize": "^8.0.6", "trezor-bridge-communicator": "1.0.2", "trezor-connect": "7.0.2", - "trezor-ui-components": "^1.0.0-beta.18", + "trezor-ui-components": "^1.0.0-beta.19", "wallet-address-validator": "^0.2.4", "web3": "1.0.0-beta.35", "webpack": "^4.29.3", diff --git a/src/views/Wallet/views/Account/Receive/ethereum/index.js b/src/views/Wallet/views/Account/Receive/ethereum/index.js index 044a7e0c..29d69f23 100644 --- a/src/views/Wallet/views/Account/Receive/ethereum/index.js +++ b/src/views/Wallet/views/Account/Receive/ethereum/index.js @@ -114,7 +114,6 @@ const AccountReceive = (props: Props) => { { { name="signAddress" value={account.descriptor} type="text" - autoSelect readOnly /> @@ -129,7 +128,6 @@ class SignVerify extends Component { name="signSignature" value={signSignature} rows={4} - autoSelect maxRows={4} maxLength={255} readOnly @@ -158,7 +156,6 @@ class SignVerify extends Component { topLabel={this.props.intl.formatMessage( l10nCommonMessages.TR_ADDRESS )} - autoSelect name="verifyAddress" value={verifyAddress} onChange={this.handleInputChange} @@ -181,7 +178,6 @@ class SignVerify extends Component {