Skip to content

Commit

Permalink
added disabled props
Browse files Browse the repository at this point in the history
  • Loading branch information
Neem Serra committed Dec 2, 2019
1 parent c96dc30 commit 623b115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ export default class Dropdown extends PureComponent {
labelExtractor,
dropdownOffset,
renderAccessory = this.renderAccessory,
disabled,
} = this.props;

let index = this.selectedIndex();
Expand Down

0 comments on commit 623b115

Please sign in to comment.