From 56de5e98ce8ec42244b5479b029853876a9ff441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Sun, 17 Jul 2022 14:59:49 +0300 Subject: [PATCH] Update CascadeSelect Accessibility --- src/components/cascadeselect/CascadeSelect.vue | 2 +- src/views/cascadeselect/CascadeSelectDoc.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cascadeselect/CascadeSelect.vue b/src/components/cascadeselect/CascadeSelect.vue index 727985ad9..7afa26532 100644 --- a/src/components/cascadeselect/CascadeSelect.vue +++ b/src/components/cascadeselect/CascadeSelect.vue @@ -17,7 +17,7 @@
-
+
-
Properties
+
Properties

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

@@ -411,7 +411,7 @@ data() { - +
Hides the popup and moves focus to the next tabbable element.
tabshift + tab Hides the popup and moves focus to the previous tabbable element.