Skip to content

Commit

Permalink
Add missing proptype for disabled (rjsf-team#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblix authored and n1k0 committed Nov 23, 2016
1 parent e1738ed commit a3f3e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/CheckboxesWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if (process.env.NODE_ENV !== "production") {
}).isRequired,
value: PropTypes.any,
required: PropTypes.bool,
disabled: PropTypes.bool,
multiple: PropTypes.bool,
autofocus: PropTypes.bool,
onChange: PropTypes.func,
Expand Down

0 comments on commit a3f3e9d

Please sign in to comment.