1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 17:08:07 +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)} borderColor={this.getColor(this.props.state)}
disabled={this.props.isDisabled} disabled={this.props.isDisabled}
name={this.props.name} name={this.props.name}
data-lpignore="true"
/> />
</InputIconWrapper> </InputIconWrapper>
{this.props.sideAddons && this.props.sideAddons.map(sideAddon => sideAddon)} {this.props.sideAddons && this.props.sideAddons.map(sideAddon => sideAddon)}