DigitalRiver / react-atlas

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

TextField/TextArea: Add onBeforeChange handler #789

Closed Darper closed 6 years ago

Darper commented 6 years ago

Add an onBeforeChange handler to TextField and TextArea. Should mimic what is already implemented in Checkbox, Radio, and Dropdown. Should return early instead of wrapping the setState call.

Darper commented 6 years ago

Fixed by #787