mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
d97841416c
commit
79bfa8a855
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