1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-15 07:56:04 +00:00

Merge pull request #163 from trezor/fix/passphrase-input

Add data-lpignore to input
This commit is contained in:
Vladimir Volek 2018-10-10 14:20:23 +02:00 committed by GitHub
commit 5e6968757e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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