1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-13 01:20:59 +00:00

pass isReceiveAddress to Input component to ignore readOnly styles

This commit is contained in:
slowbackspace 2018-12-06 19:33:39 +01:00
parent a94d949ad4
commit 5605f96770

View File

@ -120,6 +120,7 @@ const AccountReceive = (props: Props) => {
<Row> <Row>
<Input <Input
type="text" type="text"
isReceiveAddress
readOnly readOnly
autoSelect autoSelect
value={address} value={address}