<!-- Thanks for using react-bootstrap-typeahead and for reporting an issue! To submit a bug report, please fill out the template below. Better yet, submit a pull request that introduces a failing test due to the bug :) Do not simply delete this template or your issue will be closed. Issues without required information will be closed. Usage questions ====================== Unless you believe you've encountered a bug or want to request a feature, the issue tracker isn't the right place for getting help with your code. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first: - Read the docs: https://github.com/ericgio/react-bootstrap-typeahead/tree/master/docs - Try the examples: http://ericgio.github.io/react-bootstrap-typeahead/ - Look for/ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=react-bootstrap-typeahead --> ### Version ` "react-bootstrap-typeahead": "^3.4.5"` <!-- Be sure to double-check your installed version, as it may differ from the version listed in your package.json --> ### Steps to reproduce <!-- Please provide DETAILED steps or better yet, a minimal repro case. If I can't reproduce the problem based on the information you provide, your issue will be closed. --> ``` users = [ { "id": "5d08f94da9d6d25011d55e87", "name": "Leo" }, ... ] <Typeahead labelKey="name" options={users} placeholder="Search user..." onChange={this.handleChangeTy('userSelect')} /> ```