address and sig as readonly to enable text selection

pull/266/head
slowbackspace 6 years ago
parent 5605f96770
commit 1b5c547b72

@ -87,7 +87,7 @@ class SignVerify extends Component <Props> {
type="text"
isSmallText
autoSelect
isDisabled
readOnly
/>
</Row>
<Row>
@ -110,7 +110,7 @@ class SignVerify extends Component <Props> {
autoSelect
maxRows={4}
maxLength="255"
isDisabled
readOnly
/>
</Row>
<RowButtons>

Loading…
Cancel
Save