Skip to content

Commit

Permalink
Pass to
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed May 29, 2016
1 parent f4e4b77 commit b49fdc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Typeahead.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const Typeahead = React.createClass({
initialResultCount={this.props.paginateResults}
labelKey={labelKey}
maxHeight={this.props.maxHeight}
newSelectionPrefix={this.props.newSelectionPrefix}
onClick={this._handleAddOption}
options={filteredOptions}
renderMenuItemChildren={this.props.renderMenuItemChildren}
Expand Down

0 comments on commit b49fdc7

Please sign in to comment.