DigitalRiver / react-atlas

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

TextField has red border in Firefox with required set. #767

Closed hbowden closed 6 years ago

hbowden commented 6 years ago

As the title says, Firefox applies a red border to TextField when required is set.

<TextField required />

2018-06-07 09_43_50-react atlas style guide

stuller commented 6 years ago

PR #775 is in with fix

Darper commented 6 years ago

Fixed by #775