react-menu-list
Advanced tools
Changelog
7.2.1 (2022-11-10)
noMouseHighlight
prop to MenuItem to allow keyboard highlighting to be tracked separately from mouse hover.Changelog
7.1.0 (2022-11-09)
stopPropagation()
called so that no other components attempt to handle the event redundantly.renderButton
prop callback is now onKeyDown
, meant to be used as a keydown event handler instead of a keypress event handler. It will still work as a keypress event handler as previously recommended, so this isn't a breaking change.