mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
SelectButton | hidden checkbox and radio roles added
This commit is contained in:
parent
af37fb5510
commit
79803baf11
5 changed files with 137 additions and 45 deletions
|
@ -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."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue