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:
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…
Reference in New Issue
Block a user