Skip to content

Commit 4b58e9c

Browse files
authored
fix(VExpansionPanelHeader): add missing aria-expanded attribute (#13355)
1 parent cbfad79 commit 4b58e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/components/VExpansionPanel/VExpansionPanelHeader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default baseMixins.extend<options>().extend({
105105
attrs: {
106106
tabindex: this.isDisabled ? -1 : null,
107107
type: 'button',
108+
'aria-expanded': this.hasMousedown,
108109
},
109110
directives: [{
110111
name: 'ripple',

0 commit comments

Comments
 (0)