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
Add a Semantic-UI-React dropdown component which includes both the 'simple' and the 'allowAdditions' options. Implement the supporting callbacks as normal.
Using the dropdown UI, about 10 new items to the dropdown list.
10 items in the dropdown list, about 6 of which are viewable, the remainder viewable through scrolling.
Actual Result
the 10 items are all visible, but the last 4 have visibly overflowed the item container and no scrolling is available.
When I remove the 'simple' option from the dropdown component, the scrolling works as expected, but then I am unable to utilize the desired 'simple' UI functionality.
When I override your styling with overflow: scroll, the issue is no longer observed.
ghost
changed the title
Dropdown list of items overflows its container when using 'simple' and 'allowAdditions' options
Dropdown: list of items overflows its container when using 'simple' and 'allowAdditions' options
Feb 3, 2018
Steps
Expected Result
Actual Result
When I remove the 'simple' option from the dropdown component, the scrolling works as expected, but then I am unable to utilize the desired 'simple' UI functionality.
Version
[email protected]
Testcase
https://4xlnjz2m3x.codesandbox.io/
The text was updated successfully, but these errors were encountered: