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
2.26.3
3.2.31
Chrome(97.0.4692.99)
Linux
V14.17.5
https://codesandbox.io/s/g9jqj7
该tag消失
tag不消失
感觉parent和child有点冲突。 当把 default-value 设置为某个父节点的所有子节点以后,勾选策略为parent的情况下,初次渲染无法移除该父节点。
default-value
The text was updated successfully, but these errors were encountered:
src/tree-select/src/TreeSelect.tsx
uncontrolledValueRef 包裹的是数组,但是当点击tag时,移除的内容跟数组不匹配,无法达到删除的目的
uncontrolledValueRef
Sorry, something went wrong.
9e9b037
docs(changelog): closes tusen-ai#2605
77c127a
No branches or pull requests
TuSimple/naive-ui version (版本)
2.26.3
Vue version (Vue 版本)
3.2.31
Browser and its version (浏览器及其版本)
Chrome(97.0.4692.99)
System and its version (系统及其版本)
Linux
Node version (Node 版本)
V14.17.5
Reappearance link (重现链接)
https://codesandbox.io/s/g9jqj7
Reappearance steps (重现步骤)
Expected results (期望的结果)
该tag消失
Actual results (实际的结果)
tag不消失
Remarks (补充说明)
感觉parent和child有点冲突。
当把
default-value
设置为某个父节点的所有子节点以后,勾选策略为parent的情况下,初次渲染无法移除该父节点。The text was updated successfully, but these errors were encountered: