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
Describe the problem
It's currently not possible to pass props from <Select> down to a <MenuContent> (e.g. maxMenuHeight) This line seems to be culprit
Describe the problem
It's currently not possible to pass props from
<Select>
down to a<MenuContent>
(e.g.maxMenuHeight
)This line seems to be culprit
How do you reproduce the problem?
codesandbox here
Expected behavior
Expected to be able to adjust the menu content via props
Is this issue blocking you?
Not blocking, a
<SelectList>
can be wrapped in a<Panel>
which can be adjusted.The text was updated successfully, but these errors were encountered: