Input Component API
matestack_form my_form_config do
form_input key: :foo, type: :text, #...
end# that's working:
matestack_form some_form_config do
form_* key: :foo
toggle show_on: "some-event" do
plain "hello!"
end
end
# that's not working:
matestack_form some_form_config do
toggle show_on: "some-event" do
form_* key: :foo
end
endParameters
key - required
type - required
placeholder
label
required
init
File Upload
Range Input
Custom Input
Last updated
Was this helpful?