Comment out autofocus until more nuanced UX dreamt up
parent
882a20b038
commit
84512700cc
|
@ -97,7 +97,7 @@ class FillQuery extends Component {
|
|||
theme
|
||||
)} input-${size} fill-query--input`}
|
||||
placeholder="Custom Value"
|
||||
autoFocus={true}
|
||||
// autoFocus={true}
|
||||
value={numberValue}
|
||||
onKeyUp={this.handleKeyUp}
|
||||
onChange={this.handleInputChange}
|
||||
|
|
Loading…
Reference in New Issue