DigitalRiver / react-atlas

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

TextField: Add "message" value to event handler response #782

Closed Darper closed 6 years ago

Darper commented 6 years ago

Currently all the event handler responses in TextField return a data object with value and status. We should also pass "message" so the parent app can use it however they want. Need to check other input components to see if this can be added there too (especially Dropdown and TextArea).