aria-labelledby and aria-label props added

This commit is contained in:
Tuğçe Küçükoğlu 2022-07-27 11:47:12 +03:00
parent ae30c8ffa8
commit 96f6fc9d82
13 changed files with 107 additions and 25 deletions

View file

@ -52,18 +52,6 @@ const ChipsProps = [
type: "any",
default: "null",
description: "Inline style of the input field."
},
{
name: "'aria-labelledby'",
type: "string",
default: "null",
description: "Establishes relationships between the component and label(s) where its value should be one or more element IDs."
},
{
name: "'aria-label'",
type: "string",
default: "null",
description: "Establishes a string value that labels the component."
}
];