DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

TextField: Can't set custom width with leftLabel #919

Closed Darper closed 5 years ago

Darper commented 5 years ago

Cannot set customWidth to TextField with a left label unless the inline prop is set to true.

<TextField style={{width: "200px"}} label="This is a TextField" leftLabel/>