Accessibility for TreeSelect and Tree

This commit is contained in:
Tuğçe Küçükoğlu 2022-07-18 15:27:29 +03:00
parent 35a8bf636a
commit cc4517a8f9
6 changed files with 163 additions and 66 deletions

View file

@ -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",