[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.
 

![uni](https://user-images.githubusercontent.com/17003240/214783777-3149430c-22fc-47d0-ae52-cc29a667134e.gif)
This commit is contained in:
Stratoula Kalafateli 2023-01-26 11:22:00 +02:00 committed by GitHub
parent 4e3b0a4a0e
commit d6c9c5613d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ class PhrasesValuesInputUI extends PhraseSuggestorUI<PhrasesValuesInputProps> {
defaultMessage: 'Select values',
})}
delimiter=","
isCaseSensitive={true}
options={options}
getLabel={(option) => option}
selectedOptions={values || []}