mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
061dc37fbf
commit
125c82e994
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue