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