We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当父级菜单设置disabled后,子级group的children没有应用到禁用样式
配置如下
{ label: "舞,舞,舞", key: "dance-dance-dance", icon: renderIcon(BookIcon), disabled: true, children: [ { type: "group", label: "人物", key: "people", children: [ { label: "叙事者", key: "narrator", icon: renderIcon(PersonIcon), }, { label: "羊男", key: "sheep-man", icon: renderIcon(PersonIcon), }, ], },
https://codesandbox.io/p/sandbox/headless-http-hmf9dj
windows
pnpm
The text was updated successfully, but these errors were encountered:
fix(menu): 'group' type and children disabled state are not working (t…
dd1b98b
…usen-ai#6792)
0daa5b9
No branches or pull requests
描述错误
当父级菜单设置disabled后,子级group的children没有应用到禁用样式
配置如下
复现步骤
最小复现链接
https://codesandbox.io/p/sandbox/headless-http-hmf9dj
系统信息
使用的包管理器
pnpm
验证
The text was updated successfully, but these errors were encountered: