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
Is your feature request related to a problem? Please describe.
Dropdown menu sometimes gets cut off or overlaps with other UI elements. It would be great to have a menuPlacement prop (similar to React Select) that allows controlling where the menu appears, such as auto, top, or bottom.
Describe the solution you'd like
Introduce a prop like menuPlacement with options (auto, bottom, top).
<TreeSelect
menuPlacement="bottomRight" />
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
Dropdown menu sometimes gets cut off or overlaps with other UI elements. It would be great to have a menuPlacement prop (similar to React Select) that allows controlling where the menu appears, such as auto, top, or bottom.
Describe the solution you'd like
Introduce a prop like menuPlacement with options (auto, bottom, top).
The text was updated successfully, but these errors were encountered: