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
一旦配置了 :disable-branch-nodes="true",则父节点左边的多选框就没有了,无法多选了,子节点只能一个一个选中,如何既可以保留多选,又可以实现点击节点是收缩展开的效果? <treeselect :multiple="true" :options="options" :disable-branch-nodes="true" v-model="value" search-nested />
<treeselect :multiple="true" :options="options" :disable-branch-nodes="true" v-model="value" search-nested />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一旦配置了 :disable-branch-nodes="true",则父节点左边的多选框就没有了,无法多选了,子节点只能一个一个选中,如何既可以保留多选,又可以实现点击节点是收缩展开的效果?
<treeselect :multiple="true" :options="options" :disable-branch-nodes="true" v-model="value" search-nested />
The text was updated successfully, but these errors were encountered: