DigitalRiver / react-atlas

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

Radio and Checkbox valid callback issues #808

Closed floydchenchen closed 6 years ago

floydchenchen commented 6 years ago

@Darper

  1. they use valid instead of status, which takes a boolean instead of a string this won't ever have the option to set anything besides error styling this way (if we wanted to add success or warning like we have for textfield)
  2. they use errorMessage instead of message, easy change
  3. they use validator instead of valid ...