Dropdown should support size property

Author: uelibaumgartnerCreated Nov 17, 2025Updated Nov 24, 2025

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)

Source: Semantic-Org/Semantic-UI-React