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
If visibleItemCount is set to a length larger then the length of the items the height appears as if there are that many items inside the menu:
Also, when the visibleItemCount is updated from its initial value, the component doesn't update its state to the newer value, but rather resorts to the initial one.
Expected behavior
The component adjusts its height properly and updates its state if the prop visibleItemCount changes.
Actual behavior
The component doesn't account for edge cases and sometimes sets its height wrong. Also, it doesn't track the visibleItemCount prop properly.
The text was updated successfully, but these errors were encountered:
Basic information
1.7.3
Bug description
If
visibleItemCount
is set to a length larger then the length of the items the height appears as if there are that many items inside the menu:Also, when the
visibleItemCount
is updated from its initial value, the component doesn't update its state to the newer value, but rather resorts to the initial one.Expected behavior
The component adjusts its height properly and updates its state if the prop
visibleItemCount
changes.Actual behavior
The component doesn't account for edge cases and sometimes sets its height wrong. Also, it doesn't track the
visibleItemCount
prop properly.The text was updated successfully, but these errors were encountered: