mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution][Exceptions] Gets rid of rule exception comma delimiter for "is one of" operator (#104960)
This commit is contained in:
parent
94a0b23486
commit
c6916eacc2
1 changed files with 0 additions and 2 deletions
|
@ -164,7 +164,6 @@ export const AutocompleteFieldMatchAnyComponent: React.FC<AutocompleteFieldMatch
|
|||
onCreateOption={handleCreateOption}
|
||||
isInvalid={selectedField != null && error != null}
|
||||
onBlur={setIsTouchedValue}
|
||||
delimiter=", "
|
||||
data-test-subj="valuesAutocompleteMatchAny"
|
||||
fullWidth
|
||||
async
|
||||
|
@ -209,7 +208,6 @@ export const AutocompleteFieldMatchAnyComponent: React.FC<AutocompleteFieldMatch
|
|||
onCreateOption={handleCreateOption}
|
||||
isInvalid={selectedField != null && error != null}
|
||||
onFocus={setIsTouchedValue}
|
||||
delimiter=", "
|
||||
data-test-subj="valuesAutocompleteMatchAnyNumber"
|
||||
fullWidth
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue