-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add api inlineMaxLevel #421
base: master
Are you sure you want to change the base?
Conversation
inline menu, specify at most a certain level of submenu, deeper submenu will right popover.
inlineMaxLevel 的命名有没有更好的方案? |
Codecov Report
@@ Coverage Diff @@
## master #421 +/- ##
==========================================
- Coverage 99.84% 98.02% -1.83%
==========================================
Files 24 25 +1
Lines 631 657 +26
Branches 160 172 +12
==========================================
+ Hits 630 644 +14
- Misses 1 13 +12
Continue to review full report at Codecov.
|
inlineMaxDeep? |
请问这个api 命名叫什么呢? |
when open changed, trigger openKeys whit use inlineMaxDeep
@afc163 麻烦抽空看一下,Thanks |
@yoyo837 能帮忙看下么,谢谢 |
这样做意义不大 |
内联菜单,最多指定某一层次的子菜单,较深的子菜单将右弹窗。关联antd issue: #31669
inlineMaxLevel = 2 的效果:
内联菜单超过2级后将在右侧弹窗显示