vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

fix: reset tabindex to -1 when initializing menu item #339

Closed web-padawan closed 6 months ago

web-padawan commented 6 months ago

Description

Cherry-pick of https://github.com/vaadin/web-components/pull/7203

Fixes https://github.com/vaadin/web-components/issues/7202 for Vaadin 14.

Type of change