Accessibility for SelectButton

This commit is contained in:
Tuğçe Küçükoğlu 2022-07-06 14:57:49 +03:00
parent 519359e2d4
commit 3df8b0eb1f
5 changed files with 52 additions and 33 deletions

View file

@ -46,12 +46,6 @@ const SelectButtonProps = [
type: "string",
default: "null",
description: "A property to uniquely identify an option."
},
{
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."
}
];