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