Skip to content

Commit ac7ebf9

Browse files
committed
fix expand symbol
1 parent 6a2ec4e commit ac7ebf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-menu-item/lib/uui-menu-item.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
254254
}
255255

256256
return html`<uui-symbol-expand
257-
.direction=${this.showChildren ? 'up' : 'down'}></uui-symbol-expand>`;
257+
aria-hidden="true"
258+
?open=${this.showChildren}></uui-symbol-expand>`;
258259
}
259260

260261
static styles = [

0 commit comments

Comments
 (0)