diff --git a/api-generator/components/treeselect.js b/api-generator/components/treeselect.js index f449f9ae3..b1a896b45 100644 --- a/api-generator/components/treeselect.js +++ b/api-generator/components/treeselect.js @@ -41,12 +41,6 @@ const TreeSelectProps = [ default: "null", description: "Identifier of the underlying input element." }, - { - name: "ariaLabelledBy", - type: "string", - default: "null", - description: "Establishes relationships between the component and label(s) where its value should be one or more element IDs." - }, { name: "selectionMode", type: "string", diff --git a/src/components/tree/Tree.vue b/src/components/tree/Tree.vue index d7babe546..925e44c91 100755 --- a/src/components/tree/Tree.vue +++ b/src/components/tree/Tree.vue @@ -10,9 +10,9 @@ @keydown="onFilterKeydown" v-model="filterValue" /> -
-