UEA-PRODEM
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ var PopoverTrigger = React.forwardRef(
|
||||
type: "button",
|
||||
"aria-haspopup": "dialog",
|
||||
"aria-expanded": context.open,
|
||||
"aria-controls": context.contentId,
|
||||
"aria-controls": context.open ? context.contentId : void 0,
|
||||
"data-state": getState(context.open),
|
||||
...triggerProps,
|
||||
ref: composedTriggerRef,
|
||||
|
||||
Reference in New Issue
Block a user