### Version 3.1.5 ### Steps to reproduce ```jsx <Typeahead inputRef={i => (this.input = i)} /> ``` ### Expected Behavior `this.input` is the dom `<input>` element. ### Actual Behavior `this.input` is `undefined`