Use prefix search invis editor field/agg combo box (#75290)

This commit is contained in:
Tim Roes 2020-08-19 10:29:23 +02:00 committed by GitHub
parent de4b502cb3
commit 68ba4834f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -157,6 +157,7 @@ function DefaultEditorAggSelect({
isClearable={false}
isInvalid={showValidation ? !isValid : false}
fullWidth={true}
sortMatchesBy="startsWith"
compressed
/>
</EuiFormRow>

View file

@ -124,6 +124,7 @@ function FieldParamEditor({
onChange={onChange}
onBlur={setTouched}
onSearchChange={onSearchChange}
sortMatchesBy="startsWith"
data-test-subj="visDefaultEditorField"
fullWidth={true}
/>