This will help developers add closing animations, creating a smoother visual experience, as the popup currently closes without any animations.
A workaround would be to attach CSS animations when the popup is closing:
It would be great if the menu had a responsive design that adapts to the screen size. Ideally, the items should wrap when there isn't enough space, similar to the Angular Material Menu.
Current workaround using custom CSS and flex-box:
https://stackblitz.com/edit/angular-bf9vpi
Hello,
We would like to be able to customize icons used in kendo-menu (ex: arrows to access child elements).
This is required to match the rest of our style guide where we only use fontawesome icons.
Having still some kendo UI icons feel a bit weird at the moment.
Thanks!
Regards
Currently, there is no easy way to add attributes to the <li>
elements of the ContextMenu items. It will be a nice addition, which will allow additional customization of the list items.