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
https://stackblitz.com/edit/b4ckadru-zqnbtxtu?file=src%2Fapp%2Fapp.component.ts
-Create a uncompleted model of a menu tree without childrens and that is not leaf with children = []
-Try to search and select the node that is not leaf (Hangzhou in stack blitz example)
That the node that is not a leaf is not set as a value
Node that is not leaf is set as value
Into mine current project, menu tree could be created by user administrator. So will be appreciate if you can add that control, thanks
The text was updated successfully, but these errors were encountered:
simplejason
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/b4ckadru-zqnbtxtu?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
-Create a uncompleted model of a menu tree without childrens and that is not leaf with children = []
-Try to search and select the node that is not leaf (Hangzhou in stack blitz example)
What is expected?
That the node that is not a leaf is not set as a value
What is actually happening?
Node that is not leaf is set as value
Into mine current project, menu tree could be created by user administrator. So will be appreciate if you can add that control, thanks
The text was updated successfully, but these errors were encountered: