mirror of
https://github.com/maputnik/editor.git
synced 2025-12-31 10:30:00 +00:00
Disable spell checking on <input>'s
This commit is contained in:
@@ -67,6 +67,7 @@ class NumberInput extends React.Component {
|
||||
|
||||
render() {
|
||||
return <input
|
||||
spellCheck="false"
|
||||
className="maputnik-number"
|
||||
placeholder={this.props.default}
|
||||
value={this.state.value}
|
||||
|
||||
Reference in New Issue
Block a user