Skip to content

Commit 1c2d054

Browse files
committed
[fixed] Set the disabled css class so that the text is greyed out.
1 parent 360fceb commit 1c2d054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dropdown.js

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class Dropdown extends React.Component {
9090

9191
const rootClasses = {
9292
open: this.props.open,
93+
disabled: this.props.disabled,
9394
dropdown: !this.props.dropup,
9495
dropup: this.props.dropup
9596
};

0 commit comments

Comments
 (0)