mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 09:00:02 +00:00
Disable spell checking on <input>'s
This commit is contained in:
@@ -105,6 +105,7 @@ class ColorField extends React.Component {
|
||||
{this.state.pickerOpened && picker}
|
||||
<div className="maputnik-color-swatch" style={swatchStyle}></div>
|
||||
<input
|
||||
spellCheck="false"
|
||||
className="maputnik-color"
|
||||
ref={(input) => this.colorInput = input}
|
||||
onClick={this.togglePicker.bind(this)}
|
||||
|
||||
Reference in New Issue
Block a user