diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index 9376575470..19719f57b3 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -1381,7 +1381,7 @@ export default { slot: 'trigger', ref: 'menuButton', attrs: { - 'aria-haspopup': this.isSemanticMenu ? null : 'menu', + 'aria-haspopup': this.isSemanticMenu ? 'menu' : null, 'aria-label': this.menuName ? null : this.ariaLabel, 'aria-controls': this.opened ? this.randomId : null, // Do not add aria-expanded="true" when it is closed