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:
parent
845c6d381f
commit
8afc949923
@ -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)}
|
||||||
|
Loading…
Reference in New Issue
Block a user