chenglou / react-radio-group

Better radio buttons.
MIT License
445 stars 75 forks source link

Add innerRef function for getting reference to radio input #46

Open chrisjpatty opened 6 years ago

chrisjpatty commented 6 years ago

Allows developers to add an optional innerRef attribute to Radio components. This is a fairly common naming convention in react libraries. I've also add this attribute to the readme.