LiveSelect - Dynamic selection input component for LiveView

I don’t see anything strange with your output. All those events are used internally by LiveSelect and consumed by the component. They’re not sent to your LiveView or LiveComponent. The only event that LiveSelect sends to the parent is live_select_change when you type something in the input field. Have you tried typing something? What happens when you do?