Rename aria* attributes on Dropdown, Autocomplete, Listbox and MultiSelect

This commit is contained in:
mertsincan 2022-08-01 11:48:08 +01:00
parent 8271114182
commit 923e931bbf
16 changed files with 32 additions and 32 deletions

View file

@ -228,13 +228,13 @@ const DropdownProps = [
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."