From 8afc949923e55a9a8bbaf41008d54f7cb5f60510 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 10 Oct 2018 14:09:42 +0200 Subject: [PATCH] Add data-lpignore to input fix: https://github.com/trezor/trezor-wallet/issues/135 --- src/components/inputs/Input/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/inputs/Input/index.js b/src/components/inputs/Input/index.js index cabfce5e..90dec617 100644 --- a/src/components/inputs/Input/index.js +++ b/src/components/inputs/Input/index.js @@ -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" /> {this.props.sideAddons && this.props.sideAddons.map(sideAddon => sideAddon)}