Form Submit
form my_form_config do
#...
form_submit do
button text: "submit"
end
end# that's working:
form some_form_config do
form_* key: :foo
toggle show_on: "some-event" do
plain "hello!"
end
end
# that's not working:
form some_form_config do
toggle show_on: "some-event" do
form_* key: :foo
end
endParameters
Loading state
Last updated
Was this helpful?