From bfff7681b9b59f510ae727da50444daae2fc49a6 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: Wed, 27 Jul 2022 12:07:10 +0300 Subject: [PATCH] remove text --- src/views/cascadeselect/CascadeSelectDoc.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/cascadeselect/CascadeSelectDoc.vue b/src/views/cascadeselect/CascadeSelectDoc.vue index a6e582d8c..da12a4aec 100644 --- a/src/views/cascadeselect/CascadeSelectDoc.vue +++ b/src/views/cascadeselect/CascadeSelectDoc.vue @@ -384,8 +384,6 @@ data() {

The popup list has an id that refers to the aria-controls attribute of the combobox element and uses tree as the role. Each list item has a treeitem role along with aria-label, aria-selected and aria-expanded attributes. The container element of a treenode has the group role. The aria-setsize, aria-posinset and aria-level attributes are calculated implicitly and added to each treeitem.

-

If filtering is enabled, filterInputProps can be defined to give aria-* props to the filter input element.

-

 <span id="dd1">Options</span>
 <CascadeSelect aria-labelledby="dd1" />