JohnnyL9527
JohnnyL9527
我也碰到了,不过其实可以自己去避免~ 在 onItemClick的事件里加个判断: if (mItemManger.isOpen(position) || holder.swipeLayout.getOpenStatus() == SwipeLayout.Status.Middle) { return; //不做OnClick处理 } 这样就可以了
You have to customize it. In the `NestedMenuItem.tsx` Then change the `IconMenuItem.tsx`
I got the same problem here if we Integrate this library with the MUI's menu, and then use the keyboard to navigate to the Nested Menu.
Why I want to use either radash.get() or loads.get() method is because the configs object can be undefined, I don’t want it to throw an error.
> ```ts > const routeCfg = configs?.[routeName] ?? {} > ``` How about the key here is a multiple level key of nested objects?
> Don't know what you mean. Give an example with input data and expected result. Use [triple backticks](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code) to quote the code, so I can copy-paste it. Think of the...
Ok, you can take this as a feature request, but I believe many people are just like me, we don’t quite understand its subtle limitations before using a “replacement“ function...