mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 13:00:04 +00:00
Disable spell checking on <input>'s
This commit is contained in:
@@ -63,7 +63,8 @@ class AutocompleteInput extends React.Component {
|
||||
style: null
|
||||
}}
|
||||
inputProps={{
|
||||
className: "maputnik-string"
|
||||
className: "maputnik-string",
|
||||
spellCheck: false
|
||||
}}
|
||||
value={this.props.value}
|
||||
items={this.props.options}
|
||||
|
||||
Reference in New Issue
Block a user