Closed bicknellr closed 8 years ago
Also, pls consider https://github.com/PolymerElements/iron-menu-behavior/pull/30/files, and if that needs to be merged as well
Whoa, thanks; this and #30 might both be able to be closed just by setting stop-keyboard-event-propagation
.
Gah, this is already there...
Since this needs to call preventDefault
rather than stopPropagation
the stop-keyboard-event-propagation
flag isn't going to work, so I just called preventDefault
in the relevant arrow key cases.
LGTM
Fixes PolymerElements/paper-menu#79.