Hi @ryan-senn,
first of all, welcome to the Elixir Forum! I do have the same issue – I want finer-grained control. Right now, I abuse the phx-keyup in conjunction with phx-focus and phx-value to achive the desired function:
phx-focus will send the currently focused input element identified by the value in phx-value /some index). The value of the input field itself will be send on each keyup event.
See phoenix-liveview-todo-app/lib/live_demo_web/views/page_view.ex at master · gutschilla/phoenix-liveview-todo-app · GitHub for an example.






















