mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
autoFocus the search filter
This commit is contained in:
parent
f93d83befe
commit
37c45a81a9
@ -229,7 +229,8 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP
|
||||
<label className="gf-form gf-form--grow gf-form--has-input-icon">
|
||||
<input
|
||||
type="text"
|
||||
className="gf-form-input max-width-20"
|
||||
autoFocus
|
||||
className="gf-form-input gf-form--grow"
|
||||
placeholder="Panel Search Filter"
|
||||
value={this.state.filter}
|
||||
onChange={this.filterChange.bind(this)}
|
||||
|
Loading…
Reference in New Issue
Block a user