heilhead / react-bootstrap-validation

Form validation for react-bootstrap
MIT License
136 stars 50 forks source link

Add success styling to form validation #27

Open rickyplc opened 8 years ago

rickyplc commented 8 years ago

When an input is invalid the 'bsStyle' is set to error and produces visual feedback to the user. However the same is not true for successful inputs. Maybe there is a better way to do this, but I think this is really important.

frostney commented 8 years ago

I really like this functionality, this works really well for my use case. Are there any concerns merging this in? @heilhead