We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e5855 commit c81b9c9Copy full SHA for c81b9c9
src/Select.js
@@ -1079,6 +1079,7 @@ const Select = React.createClass({
1079
let className = classNames('Select', this.props.className, {
1080
'Select--multi': this.props.multi,
1081
'Select--single': !this.props.multi,
1082
+ 'is-clearable': this.props.clearable,
1083
'is-disabled': this.props.disabled,
1084
'is-focused': this.state.isFocused,
1085
'is-loading': this.props.isLoading,
0 commit comments