Unplanned
Last Updated: 22 Dec 2024 17:36 by ADMIN
Created by: Hubert
Comments: 1
Category: Menu
Type: Bug Report
0

When there are many items in the menu, the height should not exceed the page size. Now the scroll is not displayed.

https://stackblitz.com/edit/react-kxderjef

It refers to version 9.1.0, version 8.5.5 works fine

Thank you

 

Unplanned
Last Updated: 27 Jul 2023 08:09 by ADMIN

Introduce an option for rendering the sub items in the Menu in columns layout by either:

- setting max number of items per row (fixed number of columns) and add as many rows as needed 

- setting max number of items per column (fixed number of rows), which will add more columns if there are more items