From: Greg Hurrell Date: Wed, 31 May 2017 15:05:48 +0000 (-0700) Subject: Avoid unwanted spellcheck squiggly lines in input fields X-Git-Url: https://git.wincent.com/hextrapolate.git/commitdiff_plain/7e26cda0393391e9f2075c58dffadea20f091fca Avoid unwanted spellcheck squiggly lines in input fields --- diff --git a/src/Field.react.js b/src/Field.react.js index f8314ab..a7c2e94 100644 --- a/src/Field.react.js +++ b/src/Field.react.js @@ -126,6 +126,7 @@ export default class Field extends React.Component { this._input = ref} + spellcheck="false" type="text" value={fromValue(this.props.value, this.props.base)} />