diff --git a/src/Select.js b/src/Select.js index fc09e715f0..02a4e5ca2b 100644 --- a/src/Select.js +++ b/src/Select.js @@ -871,12 +871,17 @@ const Select = React.createClass({ if (this.props.disabled || !this.props.searchable) { const { inputClassName, ...divProps } = this.props.inputProps; + + const ariaOwns = classNames({ + [this._instancePrefix + '-list']: isOpen, + }); + return (