mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Sort filter fields by items that start with typed characters. (#68585)
This commit is contained in:
parent
cc1758dd96
commit
d110e65624
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export function GenericComboBox<T>(props: GenericComboBoxProps<T>) {
|
|||
options={euiOptions}
|
||||
selectedOptions={selectedEuiOptions}
|
||||
onChange={onComboBoxChange}
|
||||
sortMatchesBy="startsWith"
|
||||
{...otherProps}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue