Skip to content

Commit

Permalink
[Unified search] Allows case sensitive option on multiselection filte…
Browse files Browse the repository at this point in the history
…rs input (elastic#149570)

## Summary

Closes elastic#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)
  • Loading branch information
stratoula authored and kqualters-elastic committed Feb 6, 2023
1 parent c8d4f06 commit 765d290
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class PhrasesValuesInputUI extends PhraseSuggestorUI<PhrasesValuesInputProps> {
defaultMessage: 'Select values',
})}
delimiter=","
isCaseSensitive={true}
options={options}
getLabel={(option) => option}
selectedOptions={values || []}
Expand Down

0 comments on commit 765d290

Please sign in to comment.