From bafff9dd7fdcaa7f3a66d4401a36808ecae481c3 Mon Sep 17 00:00:00 2001 From: VWSCoronaDashboard19 Date: Wed, 15 Jun 2022 09:47:21 +0200 Subject: [PATCH 1/4] feat: scroll through list of results with keyboard --- .../src/components/combo-box/combo-box.tsx | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/app/src/components/combo-box/combo-box.tsx b/packages/app/src/components/combo-box/combo-box.tsx index 980081cb8e..e424182f33 100644 --- a/packages/app/src/components/combo-box/combo-box.tsx +++ b/packages/app/src/components/combo-box/combo-box.tsx @@ -53,12 +53,40 @@ export function ComboBox