On children show:false
, NMenu still shows children on parent hover
#3703
Labels
bug
Something isn't working
show:false
, NMenu still shows children on parent hover
#3703
TuSimple/naive-ui version (版本)
2.33.2
Vue version (Vue 版本)
3.2.39
Browser and its version (浏览器及其版本)
Chrome (105.0.5195.52), Safari (15.6.1)
System and its version (系统及其版本)
MacOS(12.5.1)
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/sh0k3m
Reappearance steps (重现步骤)
The last menu item (Dance dance dance) has children that have attribute
show: false
.No other changes were added.
To reproduce:
Expected results (期望的结果)
Children, that have property
show: false
, are not shown in any case.Actual results (实际的结果)
Children items, that have
show: false
, are shown on parent hover, when the menu is collapsed.Remarks (补充说明)
Unrelated, but very good job with the Naive UI project, appreciate the work.
The text was updated successfully, but these errors were encountered: