From bd0b7a9e9aa2a9eae36629b8180f68849ea24910 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 4 Apr 2022 16:44:00 +0300 Subject: [PATCH] Add key bind for option selection and make options more flexible --- sharedComponents/input/input.component.ts | 62 ++++++++++++++++++++--- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts index 9578f7bb..1e533847 100644 --- a/sharedComponents/input/input.component.ts +++ b/sharedComponents/input/input.component.ts @@ -107,7 +107,7 @@ declare var UIkit;