Add data-lpignore to input

fix: https://github.com/trezor/trezor-wallet/issues/135
pull/163/head
Szymon Lesisz 6 years ago
parent 845c6d381f
commit 8afc949923

@ -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)}

Loading…
Cancel
Save