voronianski / react-star-rating-component

Basic React component for star (or any other icon based) rating elements
http://voronianski.github.io/react-star-rating-component/example
MIT License
380 stars 77 forks source link

Add input validation (required) #34

Closed timc13 closed 6 years ago

timc13 commented 7 years ago

It would be great if we could pass through required prop for form validation. Perhaps an error-state icon as well.

voronianski commented 6 years ago

Not sure how required prop will help, you can manage it in your container component.