Skip to content

Commit

Permalink
Use prefix search invis editor field/agg combo box (#75290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes authored Aug 19, 2020
1 parent de4b502 commit 68ba483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function DefaultEditorAggSelect({
isClearable={false}
isInvalid={showValidation ? !isValid : false}
fullWidth={true}
sortMatchesBy="startsWith"
compressed
/>
</EuiFormRow>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function FieldParamEditor({
onChange={onChange}
onBlur={setTouched}
onSearchChange={onSearchChange}
sortMatchesBy="startsWith"
data-test-subj="visDefaultEditorField"
fullWidth={true}
/>
Expand Down

0 comments on commit 68ba483

Please sign in to comment.