mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Unified search] Allows case sensitive option on multiselection filters input (#149570)
## Summary Closes https://github.com/elastic/kibana/issues/142064 Allows the selection/search of values that are same but have a different case notation. 
This commit is contained in:
parent
4e3b0a4a0e
commit
d6c9c5613d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class PhrasesValuesInputUI extends PhraseSuggestorUI<PhrasesValuesInputProps> {
|
|||
defaultMessage: 'Select values',
|
||||
})}
|
||||
delimiter=","
|
||||
isCaseSensitive={true}
|
||||
options={options}
|
||||
getLabel={(option) => option}
|
||||
selectedOptions={values || []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue