touchstartForMouse(e)"
@mouseup="touchend"
@touchstart="(e) => touchstartForTouch(e)"
@touchend="touchend"
@wheel="debounced"
@keyup.up="doManualSelect(selectedIndex, selectedIndex - 1)"
@keyup.down="doManualSelect(selectedIndex, selectedIndex + 1)"
tabindex="0"
:slotKey="_slotKey"
>