buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
107 stars 12 forks source link

Change BaseTextInput width to full #818

Closed federico-ercoles closed 9 months ago

federico-ercoles commented 9 months ago

width={undefined} in BaseTextInput made it so that it would overflow when inside a component with a width constraint. This PR makes it align with BaseNumberInput, which already has width="full".