Skip to content

Commit

Permalink
Use prefix search invis editor field/agg combo box (#75290) (#75397)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Tim Roes and elasticmachine authored Aug 21, 2020
1 parent fd78066 commit 47bed31
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 47bed31

Please sign in to comment.