Skip to content

Commit

Permalink
Sort filter fields by items that start with typed characters. (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Jun 16, 2020
1 parent 611a8f0 commit e22ef23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function GenericComboBox<T>(props: GenericComboBoxProps<T>) {
options={euiOptions}
selectedOptions={selectedEuiOptions}
onChange={onComboBoxChange}
sortMatchesBy="startsWith"
{...otherProps}
/>
);
Expand Down

0 comments on commit e22ef23

Please sign in to comment.