Old angular ui-select combo boxes uses sortPrefixFirst angular filter which makes possible to have items that start with the filter at the top of the filtered list (that feature was added after a user request here elastic/kibana#10998 (comment))
Since Kibana is migrating to EUI components, I think it's a useful feature (more for field names) that might be implemented in EUIComboBox as well.
Old angular
ui-selectcombo boxes usessortPrefixFirstangular filter which makes possible to have items that start with the filter at the top of the filtered list (that feature was added after a user request here elastic/kibana#10998 (comment))Since Kibana is migrating to EUI components, I think it's a useful feature (more for field names) that might be implemented in
EUIComboBoxas well.