-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
[tree-select] feature: support treeNodeLabelProp from react tree-select equivalent #1823
Labels
Comments
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 16, 2018
3 tasks
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 17, 2018
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 19, 2018
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Jul 22, 2018
vthinkxie
pushed a commit
that referenced
this issue
Jul 22, 2018
wenqi73
pushed a commit
to wenqi73/ng-zorro-antd
that referenced
this issue
Aug 27, 2018
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
1.1.1
Environment
Reproduction link
https://codesandbox.io/s/z2qp7rk73x
Steps to reproduce
Please port the
[treeNodeLabelProp]
property from the reacttree-select
equivalent so it's possible to set an alternate display name for selected tags so it doesn't have to match the label.Really important for long trees as displaying only the name of a deeply nested leaf node provides no context to the user.
What is expected?
Codesandbox for react tree-select showing desired custom text
What is actually happening?
Angular example with no
[treeNodeLabelProp]
property so tags use label field onlyThe text was updated successfully, but these errors were encountered: