We currently have a size prop for multiple components such as Select or Input. The available sizes are small, medium, and large. However, this prop confuses end users as they are unsure which size to choose.
Proposed solution
Remove the size prop from components and use the default medium size.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What I'm trying to achieve
We currently have a
size
prop for multiple components such asSelect
orInput
. The available sizes aresmall
,medium
, andlarge
. However, this prop confuses end users as they are unsure which size to choose.Proposed solution
Remove the
size
prop from components and use the defaultmedium
size.