DigitalRiver / react-atlas

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

TextField: Pass event to validation function #781

Closed Darper closed 6 years ago

Darper commented 6 years ago

Currently the only thing passed to the user when they attempt to use the valid prop is the TextField's value. We should also pass the event so that they can identify which input is being validated and get data from any other props.

Will also need to do this for TextArea and Dropdown since they use the same function.

Darper commented 6 years ago

Fixed by PR #800