We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360fceb commit 1c2d054Copy full SHA for 1c2d054
src/Dropdown.js
@@ -90,6 +90,7 @@ class Dropdown extends React.Component {
90
91
const rootClasses = {
92
open: this.props.open,
93
+ disabled: this.props.disabled,
94
dropdown: !this.props.dropup,
95
dropup: this.props.dropup
96
};
0 commit comments