Make sure phrases input filter triggers autosuggestons (#59299) (#59611)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Liza Katz 2020-03-07 11:15:50 +00:00 committed by GitHub
parent 061dc37fbf
commit 125c82e994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}