1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

Add data-lpignore to input

fix: https://github.com/trezor/trezor-wallet/issues/135
This commit is contained in:
Szymon Lesisz 2018-10-10 14:09:42 +02:00
parent 845c6d381f
commit 8afc949923

View File

@ -129,6 +129,7 @@ class Input extends Component {
borderColor={this.getColor(this.props.state)}
disabled={this.props.isDisabled}
name={this.props.name}
data-lpignore="true"
/>
</InputIconWrapper>
{this.props.sideAddons && this.props.sideAddons.map(sideAddon => sideAddon)}