Is your feature request related to a problem? Please describe.
Eui search bar field value selection filter dropdowns currently automatically sort checked items to the top. I small lists with 3-4 items, it's frustrating to have items jump around.
Describe the solution you'd like
It would be great to have an option on a field value selection filter to disable this default auto sort behavior.
Describe alternatives you've considered
There are no alternatives I can think of
Desired timeline
I was able to fix this on my fork of eui, such that you can optionally disable it. When disabled, it produces the desired result pictured below, but the default behavior remains unchanged if you don't specify the option (selected will sort to the top)

Would you be willing to accept a PR to add an optional configuration property to disable auto sort for field value selection filters?
Is your feature request related to a problem? Please describe.
Eui search bar field value selection filter dropdowns currently automatically sort checked items to the top. I small lists with 3-4 items, it's frustrating to have items jump around.
Describe the solution you'd like
It would be great to have an option on a field value selection filter to disable this default auto sort behavior.
Describe alternatives you've considered
There are no alternatives I can think of
Desired timeline

I was able to fix this on my fork of eui, such that you can optionally disable it. When disabled, it produces the desired result pictured below, but the default behavior remains unchanged if you don't specify the option (selected will sort to the top)
Would you be willing to accept a PR to add an optional configuration property to disable auto sort for field value selection filters?