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
when specify props with direction="down", whatever the container position, the panel should expand downwards.
复现步骤
Can chang the bottom value in the example, when bottom: "400px" works fine, but when bottom: "200px", the panel will expand upwards.
The text was updated successfully, but these errors were encountered:
chulinyin
changed the title
Though Dropdown component is specified with direction="down", when there is not enough space in the dropdown, the panel will still expand upwards. The expected behavior is for the panel to always expand downwards.
Though Dropdown component is specified with direction="down", but if there is not enough space in the dropdown, the panel will still expand upwards. The expected behavior is for the panel to always expand downwards.
Nov 16, 2024
chulinyin
changed the title
Though Dropdown component is specified with direction="down", but if there is not enough space in the dropdown, the panel will still expand upwards. The expected behavior is for the panel to always expand downwards.
Though Dropdown component is specified with direction="down", but if there is no enough space, the panel will still expand upwards.
Nov 16, 2024
基本信息
预期结果
when specify props with direction="down", whatever the container position, the panel should expand downwards.
复现步骤
Can chang the bottom value in the example, when bottom: "400px" works fine, but when bottom: "200px", the panel will expand upwards.
The text was updated successfully, but these errors were encountered: