-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
refactorInternal improvementInternal improvementv25To be done in V25To be done in V25vaadin-menu-bar
Description
Motivation
Vaadin Copilot uses vaadin-menu-bar
internally for the activation button. For V25, we should update it to use a custom menu-bar e.g. copilot-menu-bar
instead, and do not use LumoInjectionMixin
there.
Proposed solution
Add _tagNamePrefix
to allow customizing tag names for the menu-bar submenu and button:
this._subMenuController = new SlotController(this, 'submenu', 'vaadin-menu-bar-submenu', { |
this._overflowController = new SlotController(this, 'overflow', 'vaadin-menu-bar-button', { |
Metadata
Metadata
Assignees
Labels
refactorInternal improvementInternal improvementv25To be done in V25To be done in V25vaadin-menu-bar