mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2908 - Improve Panel implementation for Accessibility
This commit is contained in:
parent
e917116fb7
commit
c22d395a9c
4 changed files with 64 additions and 3 deletions
|
@ -16,6 +16,12 @@ const PanelProps = [
|
|||
type: "boolean",
|
||||
default: "null",
|
||||
description: "Defines the initial state of panel content."
|
||||
},
|
||||
{
|
||||
name: "toggleButtonProps",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Uses to pass the custom value to read for the anchor inside the component."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue