diff --git a/src/Select.js b/src/Select.js index 076a0b6cf2..7aa77322ce 100644 --- a/src/Select.js +++ b/src/Select.js @@ -477,17 +477,14 @@ const Select = React.createClass({ var className = classNames('Select-input', this.props.inputProps.className); if (this.props.disabled || !this.props.searchable) { return ( - + style={{ border: 0, width: 1, display:'inline-block' }}/> ); } return (