Skip to content

Commit

Permalink
Lock trie-search to version 1.1.0 for IE compatibility [#158801137]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Xiao authored and apps-manager committed Jul 3, 2018
1 parent 1e2f9d4 commit 1a38101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/react/autocomplete/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ export class Autocomplete extends mixin(React.Component).with(Scrim) {
return (
<div className={classnames('autocomplete', className)} ref={ref => this.autocomplete = ref} {...props}>
{clonedInput}
<AutocompleteList {...{$autocomplete, onPick, maxItems, selectedSuggestion, showNoSearchResults}}>
<AutocompleteList {...{
$autocomplete, onPick, maxItems, selectedSuggestion, showNoSearchResults
}}>
{children}
</AutocompleteList>
</div>
Expand Down

0 comments on commit 1a38101

Please sign in to comment.