mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 23:20:00 +00:00
Disable spell checking on <input>'s
This commit is contained in:
@@ -42,6 +42,7 @@ class StringInput extends React.Component {
|
||||
|
||||
return React.createElement(tag, {
|
||||
"data-wd-key": this.props["data-wd-key"],
|
||||
spellCheck: !(tag === "input"),
|
||||
className: classes.join(" "),
|
||||
style: this.props.style,
|
||||
value: this.state.value,
|
||||
|
||||
Reference in New Issue
Block a user