Skip to content

Commit

Permalink
Make noSelect prop default to undefined for Checkbox/Radio
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
sweinstein22 authored and reidmit committed Dec 20, 2018
1 parent 0a509da commit 296dc74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/react/checkbox/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class Checkbox extends React.Component {

static defaultProps = {
indeterminate: false,
noSelect: false,
type: 'checkbox'
};

Expand Down
4 changes: 0 additions & 4 deletions src/react/radio/radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export class Radio extends React.Component {
value: PropTypes.string.isRequired
};

static defaultProps = {
noSelect: false
};

componentDidMount() {
require('../../css/forms');
require('../../css/radio');
Expand Down

0 comments on commit 296dc74

Please sign in to comment.