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
Not really a bug but I think that some debug code has been leftover in the tree component Seems to be introduced with 16.8.0
12d79f7#diff-524a3bd7fd2b00102eec4d588122fee2d1e8f1e75439775424f4662791662f9aR117
Any environment
No response
16.2.12
16.9.1
Angular CLI App
TypeScript
18.12.1
Should not display children length or it should use an input to allow the user to hide/show them
The text was updated successfully, but these errors were encountered:
I've seen this problem too. It is also visible on the example site: https://primeng.org/tree
Sorry, something went wrong.
I think the relevant line is in 117: <span *ngIf="!tree.getTemplateForNode(node)">{{ node.label }} {{ node.children ? node.children.length : 0 }}
2cef8b5
No branches or pull requests
Describe the bug
Not really a bug but I think that some debug code has been leftover in the tree component
Seems to be introduced with 16.8.0
12d79f7#diff-524a3bd7fd2b00102eec4d588122fee2d1e8f1e75439775424f4662791662f9aR117
Environment
Any environment
Reproducer
No response
Angular version
16.2.12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.12.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Should not display children length or it should use an input to allow the user to hide/show them
The text was updated successfully, but these errors were encountered: