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 a34caba commit 0bd61b5Copy full SHA for 0bd61b5
1 file changed
lib/polymorphic_embed/html/helpers.ex
@@ -108,6 +108,7 @@ if Code.ensure_loaded?(Phoenix.HTML) && Code.ensure_loaded?(Phoenix.HTML.Form) d
108
index: if(array?, do: i),
109
errors: errors,
110
data: data,
111
+ action: parent_action,
112
params: params,
113
hidden: [{type_field_name, to_string(type)}],
114
options: options
0 commit comments