DigitalRiver / react-atlas

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

changed readOnly prop from string to boolean. This fixed #822 #824

Closed floydchenchen closed 6 years ago

Darper commented 6 years ago

Instead of changing the expanded prop to a string, could we just rename it to active? That way it can be consistent with other props in the library.

Darper commented 6 years ago

Nevermind. Didn't recognize that Panel had been removed so this issue was being caused by adding a prop to an html div.