Skip to content

Commit 8a735da

Browse files
committed
#183 added missing prop for EasyRadio
1 parent 7fac53c commit 8a735da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/EasyRadio.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const EasyRadio = (props) => {
2626

2727
EasyRadio.propTypes = {
2828
onChange: PropTypes.func,
29+
options: PropTypes.array,
2930
value: PropTypes.oneOfType([
3031
PropTypes.string,
3132
PropTypes.number

0 commit comments

Comments
 (0)