We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cabf9f commit 571c239Copy full SHA for 571c239
guides/fields/custom-fields.md
@@ -33,7 +33,7 @@ def render_form(assigns) do
33
<div>
34
<Layout.field_container>
35
<:label>
36
- <Layout.input_label text={@field_options[:label]} />
+ <Layout.input_label for={@form[@name]} text={@field_options[:label]} />
37
</:label>
38
<BackpexForm.input
39
type="text"
guides/fields/readonly.md
@@ -58,7 +58,7 @@ def render_form(assigns) do
58
59
60
61
- <Layout.input_label text={@field[:label]} />
+ <Layout.input_label for={@form[@name]} text={@field[:label]} />
62
63
64
0 commit comments