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.
2 parents af8f58d + 75d6372 commit 5269a85Copy full SHA for 5269a85
src/Select.js
@@ -1081,6 +1081,7 @@ const Select = createClass({
1081
let className = classNames('Select', this.props.className, {
1082
'Select--multi': this.props.multi,
1083
'Select--single': !this.props.multi,
1084
+ 'is-clearable': this.props.clearable,
1085
'is-disabled': this.props.disabled,
1086
'is-focused': this.state.isFocused,
1087
'is-loading': this.props.isLoading,
0 commit comments