Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

Dropdown should support size property

Open uelibaumgartner opened this issue 3 months ago • 1 comments

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)

uelibaumgartner avatar Nov 17 '25 09:11 uelibaumgartner

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.

sneha267 avatar Nov 24 '25 07:11 sneha267