diff --git a/packages/vuetify/src/components/VDialog/VDialog.tsx b/packages/vuetify/src/components/VDialog/VDialog.tsx index 6391b95df15..10063444860 100644 --- a/packages/vuetify/src/components/VDialog/VDialog.tsx +++ b/packages/vuetify/src/components/VDialog/VDialog.tsx @@ -111,7 +111,6 @@ export const VDialog = genericComponent()({ const overlayProps = VOverlay.filterProps(props) const activatorProps = mergeProps({ 'aria-haspopup': 'dialog', - 'aria-expanded': String(isActive.value), }, props.activatorProps) const contentProps = mergeProps({ tabindex: -1,