git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807943c
)
Correct spelling of spellCheck attribute
author
Greg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 15:06:45 +0000
(08:06 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 15:06:45 +0000
(08:06 -0700)
Ha.
src/Field.react.js
patch
|
blob
|
history
diff --git
a/src/Field.react.js
b/src/Field.react.js
index a7c2e94c37ee7e86fe13ff9416974faa28f8022a..6c2362c8cb0658d9d425f55226091e166b1b29c1 100644
(file)
--- a/
src/Field.react.js
+++ b/
src/Field.react.js
@@
-126,7
+126,7
@@
export default class Field extends React.Component {
<input
onChange={this._onChange}
ref={ref => this._input = ref}
- spell
c
heck="false"
+ spell
C
heck="false"
type="text"
value={fromValue(this.props.value, this.props.base)}
/>