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
I'm submitting a ... (check one with "x")
Current behavior: When adding a new child item to a menu, the siblings get moved down and out of the wrapper.
Expected behavior: Do not move the item out of the wrapper, rather expand wrapper to keep showing all menu items.
Steps to reproduce: https://angular-8x61bv.stackblitz.io/ - click on ADD NEW button. Observe how Child Item 2 gets moved out of the view.
ADD NEW
Child Item 2
code - https://stackblitz.com/edit/angular-8x61bv
The text was updated successfully, but these errors were encountered:
Hi @seanbotha123, many thanks for reporting!
Sorry, something went wrong.
Have to postpone it until the new menu component release.
fix(menu): height calculation (#621)
7542d5e
Fixes: #620, #369, #532, #307, #444, #392, akveo/ngx-admin#1703, akveo/ngx-admin#1819
yggg
No branches or pull requests
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
When adding a new child item to a menu, the siblings get moved down and out of the wrapper.
Expected behavior:
Do not move the item out of the wrapper, rather expand wrapper to keep showing all menu items.
Steps to reproduce:
https://angular-8x61bv.stackblitz.io/ - click on
ADD NEW
button. Observe howChild Item 2
gets moved out of the view.code - https://stackblitz.com/edit/angular-8x61bv
The text was updated successfully, but these errors were encountered: