mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Rename aria* attributes on Dropdown, Autocomplete, Listbox and MultiSelect
This commit is contained in:
parent
8271114182
commit
923e931bbf
16 changed files with 32 additions and 32 deletions
|
@ -216,13 +216,13 @@ const AutoCompleteProps = [
|
|||
description: "Index of the element in tabbing order."
|
||||
},
|
||||
{
|
||||
name: "ariaLabel",
|
||||
name: "aria-label",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Defines a string value that labels an interactive element."
|
||||
},
|
||||
{
|
||||
name: "ariaLabelledby",
|
||||
name: "aria-labelledby",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Identifier of the underlying input element."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue