Commit a0cae98e by Alexander Zobnin

azuremonitor: autocomplete on enter

parent 2a1558ce
...@@ -147,7 +147,7 @@ class QueryField extends React.Component<any, any> { ...@@ -147,7 +147,7 @@ class QueryField extends React.Component<any, any> {
break; break;
} }
case 'Tab': { case 'Enter': {
if (this.menuEl) { if (this.menuEl) {
// Dont blur input // Dont blur input
event.preventDefault(); event.preventDefault();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment