Skip to content

Commit

Permalink
Make sure phrases input filter triggers autosuggestons (elastic#59299)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Liza Katz and elasticmachine committed Mar 7, 2020
1 parent 061dc37 commit 80e3bd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class PhrasesValuesInputUI extends PhraseSuggestorUI<Props> {
options={options}
getLabel={option => option}
selectedOptions={values || []}
onSearchChange={this.onSearchChange}
onCreateOption={(option: string) => onChange([...(values || []), option])}
onChange={onChange}
isClearable={false}
Expand Down

0 comments on commit 80e3bd4

Please sign in to comment.