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