mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
azuremonitor: autocomplete on enter
This commit is contained in:
parent
2a1558cefc
commit
a0cae98e0d
@ -147,7 +147,7 @@ class QueryField extends React.Component<any, any> {
|
||||
break;
|
||||
}
|
||||
|
||||
case 'Tab': {
|
||||
case 'Enter': {
|
||||
if (this.menuEl) {
|
||||
// Dont blur input
|
||||
event.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user