From bb71cf597e22fd33fc9408549614e1dd6a5071b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 18 Jan 2021 16:45:49 +0100 Subject: [PATCH] add basic keyboard navigation --- docs/src/demos/Nodes/Mention/MentionList.vue | 71 +++++++++++++++++++- docs/src/demos/Nodes/Mention/index.vue | 3 + packages/suggestion/src/suggestion.ts | 8 +-- 3 files changed, 75 insertions(+), 7 deletions(-) diff --git a/docs/src/demos/Nodes/Mention/MentionList.vue b/docs/src/demos/Nodes/Mention/MentionList.vue index ef9f6b98..09ae201e 100644 --- a/docs/src/demos/Nodes/Mention/MentionList.vue +++ b/docs/src/demos/Nodes/Mention/MentionList.vue @@ -1,6 +1,11 @@