Explore: Apply tab completion suggestion on Enter (#12904)

- if the suggestions menu is open, apply the selected item on Enter
- if not open, run the queries
This commit is contained in:
David
2018-08-20 19:22:55 +02:00
committed by Torkel Ödegaard
parent 72efd73c3b
commit 6316d637f1

View File

@@ -331,7 +331,7 @@ class QueryField extends React.Component<TypeaheadFieldProps, TypeaheadFieldStat
}
break;
}
case 'Enter':
case 'Tab': {
if (this.menuEl) {
// Dont blur input