We noticed in Kibana (elastic/kibana#98851) that the component EuiSelectableTemplateSitewide sometimes requires 2 clicks to trigger the onChange events.
I'm able to reproduce this error in Chrome and Safari, but it works as expected on Firefox.
The issue:
- Search any term that brings more than 7 items, so you need to scroll
- Scroll down and click on any item from the 7th position onwards
- Notice that the list goes back to the top, and still claims that the active item is the first one (not checked though).
- Try again, and notice that it now selects the expected item.

I think that it must be related to some initial wrong state because, if you click any of the initially-visible items and then scroll to the intended item, it works as expected.

We noticed in Kibana (elastic/kibana#98851) that the component
EuiSelectableTemplateSitewidesometimes requires 2 clicks to trigger theonChangeevents.I'm able to reproduce this error in Chrome and Safari, but it works as expected on Firefox.
The issue:
I think that it must be related to some initial wrong state because, if you click any of the initially-visible items and then scroll to the intended item, it works as expected.
