mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
aria-labelledby and aria-label props added
This commit is contained in:
parent
ae30c8ffa8
commit
96f6fc9d82
13 changed files with 107 additions and 25 deletions
|
@ -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."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue