Skip to content

Unwanted focusing of menu items #74

@mikaelharsjo

Description

@mikaelharsjo

Description

      <paper-menu-button>
        <paper-icon-button icon="settings" class="dropdown-trigger"></paper-icon-button>
        <paper-menu>
          <paper-item>About</paper-item>
          <paper-item>Help</paper-item>
        </paper-menu>
      </paper-menu-button>

When the menu is opened via click and nothing is selected the first item is always focused.
In my opinion this is rarely how dropdown-menus work.
Just check https://material.google.com/components/buttons.html#buttons-dropdown-buttons or click any menu in Chrome. I would expect nothing to be focused and when you arrow down the first gets focus.

Can this at least be an option, like auto-focus or something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions