Method: FormProps::Inputs::Submit#render
- Defined in:
- lib/form_props/inputs/submit.rb
#render ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/form_props/inputs/submit.rb', line 11 def render [:type] = field_type json.set!(:submit) do input_props() end end |