Method: FormProps::Inputs::Submit#render

Defined in:
lib/form_props/inputs/submit.rb

#renderObject



11
12
13
14
15
16
17
# File 'lib/form_props/inputs/submit.rb', line 11

def render
  @options[:type] = field_type

  json.set!(:submit) do
    input_props(@options)
  end
end