Dropdown should support size property
Feature Request
Problem description
We are using our form inputs with the size property "large". In the form we are using normal inputs together with the Dropdown component. Unfortunately, the dropdown component has no size property which leads to different input heights. It looks especially ugly when wrapped into a Form.Group.
Proposed solution
The Dropdown component should be extended with the size property (using the same interface as for the Input component)
Hi, thanks for sharing the problem description. I understand the issue is that the Dropdown component doesn’t support the size="large" prop, which causes inconsistent input heights when used inside a Form.Group. To make sure I fix the exact UI mismatch you're referring to, could you please share a screenshot or a short screen recording of how it currently looks? That will help me understand the visual issue clearly and ensure I work on the right part.