Can LiveView phx-click send form params also?
I have some links on a form that when clicked, clear some form inputs: <%= link "clear", to: "#", "phx-click": "clear-time", "phx-value-pos": time_form.index %> Is there a way to send all the form...
elixirforum.com