SelectButton | hidden checkbox and radio roles added

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-04 17:17:49 +03:00
parent af37fb5510
commit 79803baf11
5 changed files with 137 additions and 45 deletions

View file

@ -46,6 +46,12 @@ const SelectButtonProps = [
type: "string",
default: "null",
description: "A property to uniquely identify an option."
},
{
name: "aria-labelledby",
type: "string",
default: "null",
description: "Identifier of the underlying element."
}
];