Open
Description
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version
Steps to reproduce
- Add a
Dropdown.Header
to aDropdown
component. - On a screen where auto placement needs to be calculated, open the dropdown.
- Note that the main
Dropdown.Item
list is correctly calculated for, however theDropdown.Header
is not.
Current behavior
The Dropdown.Header
component is being rendered outside the visible area.
Expected behavior
The entire Dropdown
component should be controlled by the FloatingUI placement, ensuring the whole component is visible.