From a2d0a1f5833a68063445ba950ed39ff02912511c Mon Sep 17 00:00:00 2001 From: Max Marcon Date: Wed, 29 Nov 2023 10:40:33 +0100 Subject: [PATCH] add form ids --- lib/support/live_select_web/live/showcase_live.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/support/live_select_web/live/showcase_live.html.heex b/lib/support/live_select_web/live/showcase_live.html.heex index a823526..8840e8a 100644 --- a/lib/support/live_select_web/live/showcase_live.html.heex +++ b/lib/support/live_select_web/live/showcase_live.html.heex @@ -36,7 +36,7 @@

Change settings here:

- <.form for={@settings_form} phx-change="update-settings"> + <.form for={@settings_form} phx-change="update-settings" id="settings-form">
<%= label(@settings_form, :mode, "Mode:", class: "label label-text font-semibold") %> @@ -274,7 +274,7 @@

Try out the component here:

- <.form for={@live_select_field.form} phx-change="change" phx-submit="submit"> + <.form for={@live_select_field.form} phx-change="change" phx-submit="submit" id="live-select-form">
<.live_select