Class: Formily::RadioInputGroup

Inherits:
Input
  • Object
show all
Defined in:
app/models/formily/radio_input_group.rb

Instance Method Summary collapse

Methods inherited from Input

#conditioned_tag, #get_default_value, #get_value_from_submit, #partial_path, #render_attributes, #render_attributes_hash, #to_html

Instance Method Details

#editor_typeObject



6
7
8
# File 'app/models/formily/radio_input_group.rb', line 6

def editor_type
  'radio group'
end

#input_typeObject



10
11
12
# File 'app/models/formily/radio_input_group.rb', line 10

def input_type
  'Formily::RadioInput'
end