Class: Formily::TextInput

Inherits:
Input
  • Object
show all
Defined in:
app/models/formily/text_input.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



4
5
6
# File 'app/models/formily/text_input.rb', line 4

def editor_type
  'text'
end