Skip to content

Commit

Permalink
[fixed] Set the disabled css class so that the text is greyed out.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Sep 26, 2015
1 parent 360fceb commit 1c2d054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Dropdown extends React.Component {

const rootClasses = {
open: this.props.open,
disabled: this.props.disabled,
dropdown: !this.props.dropup,
dropup: this.props.dropup
};
Expand Down

0 comments on commit 1c2d054

Please sign in to comment.