Skip to content

Commit

Permalink
fix(VDialog): remove aria-expanded from activator (#20414)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud authored Sep 3, 2024
1 parent 3bc7229 commit 1c40ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VDialog/VDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const VDialog = genericComponent<OverlaySlots>()({
const overlayProps = VOverlay.filterProps(props)
const activatorProps = mergeProps({
'aria-haspopup': 'dialog',
'aria-expanded': String(isActive.value),
}, props.activatorProps)
const contentProps = mergeProps({
tabindex: -1,
Expand Down

0 comments on commit 1c40ed4

Please sign in to comment.