You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown menu now displays all items at once. Therefore, the list may go beyond the screen.
I suggest adding new prop dropdownItemsLimit or maxDropdownItems, as example, that will indicate the maximum number of items that will be displayed in the dropdown menu at once.
As an alternative, it is possible to specify the default maximum height of the menu, as for example in the SelectMenu component
The text was updated successfully, but these errors were encountered:
Dropdown menu now displays all items at once. Therefore, the list may go beyond the screen.
I suggest adding new prop
dropdownItemsLimit
ormaxDropdownItems
, as example, that will indicate the maximum number of items that will be displayed in the dropdown menu at once.As an alternative, it is possible to specify the default maximum height of the menu, as for example in the SelectMenu component
The text was updated successfully, but these errors were encountered: