azuremonitor: autocomplete on enter

This commit is contained in:
Alexander Zobnin 2019-01-29 16:02:25 +03:00
parent 2a1558cefc
commit a0cae98e0d
No known key found for this signature in database
GPG Key ID: E17E9ABACEFA59EB

View File

@ -147,7 +147,7 @@ class QueryField extends React.Component<any, any> {
break;
}
case 'Tab': {
case 'Enter': {
if (this.menuEl) {
// Dont blur input
event.preventDefault();