UEA-PRODEM
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ var CollapsibleTrigger = React.forwardRef(
|
||||
Primitive.button,
|
||||
{
|
||||
type: "button",
|
||||
"aria-controls": context.contentId,
|
||||
"aria-controls": context.open ? context.contentId : void 0,
|
||||
"aria-expanded": context.open || false,
|
||||
"data-state": getState(context.open),
|
||||
"data-disabled": context.disabled ? "" : void 0,
|
||||
|
||||
Reference in New Issue
Block a user