You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: