Junbin Huang
Junbin Huang
@dmonad @neoimale hey, this issue really blocks us when the code runs in iframe, is it possible to make a quick release on this fix? Really appreciate!!
hey, @bokuweb, I made a pr trying to fix the issue. Not sure this is the right thing to do. Will appreciate if you have any suggestion to make Resizable...
@peterkuykendall can you provide a codepen?
@clofresh it's weird that onItemHover is missing since it's passed from the internal subPopupMenu: https://github.com/react-component/menu/blob/master/src/SubPopupMenu.js#L279, since it's a preset props so we should not have to set default for onItemHover....
no way to reproduce, closing now.
@jmcpr19 can you provide a codepen or codesandbox link?
Closing for no new activity.
@adelespinasse you don't have to do this through `this.exportMenu.store.setState({ openKeys: [] });`, why not make the menu as a controlled component and you manage the open state yourself with onClick...
@tenshiemi you can use `openKeys` to make it a controlled component. PR is welcome!
sry for the late response. > move cursor back to previous sub menu Do you mean the last sub menu 2 or the root menu? If it's the root menu,...