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
1.7.3
treeview 的 OpenOnClick="true" 和Active/Value冲突了
会导致 可展开项 无法被Active或Value(Selectable)
Selectable能够通过单点勾选框实现勾上, 但是SelectOnRowClick会失效
可以考虑 激活/勾选 并且打开
No response
net 8.0
Microsoft Edge
The text was updated successfully, but these errors were encountered:
@VleaStwo 看了下Vuetify的逻辑,OpenOnClick的时候是不会激活父元素的。我觉得select和active的行为是一样的,只是UI不一样,不建议一起使用,如果只是想选择的时候有active的样式,只需要使用css。
.m-treeview-node--selected > .m-treeview-node__root--selectable { background-color: lightblue; }
Sorry, something went wrong.
@VleaStwo 可能在v2的时候考虑移除active功能。
No branches or pull requests
Masa.Blazor version
1.7.3
Describe the bug
treeview 的 OpenOnClick="true" 和Active/Value冲突了
会导致 可展开项 无法被Active或Value(Selectable)
Selectable能够通过单点勾选框实现勾上, 但是SelectOnRowClick会失效
Expected Behavior
可以考虑 激活/勾选 并且打开
Steps To Reproduce
No response
Reproduction code
No response
.NET version
net 8.0
What browsers are you seeing the problem on?
Microsoft Edge
Additional context
No response
The text was updated successfully, but these errors were encountered: