From 896b401a195deb6fd724e608812b6a9d4b9dc24b Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Fri, 4 Dec 2015 23:50:55 +0100 Subject: autocomplete component should enter suggestions on 'tab' --- web/react/utils/constants.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/react/utils') diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx index 2d0edd596..3d795f56e 100644 --- a/web/react/utils/constants.jsx +++ b/web/react/utils/constants.jsx @@ -391,7 +391,8 @@ export default { BACKSPACE: 8, ENTER: 13, ESCAPE: 27, - SPACE: 32 + SPACE: 32, + TAB: 9 }, HighlightedLanguages: { diff: 'Diff', -- cgit v1.2.3-1-g7c22