Class: Formulary::HtmlForm::Fields::TelInput

Inherits:
Input
  • Object
show all
Defined in:
lib/formulary/html_form/fields/tel_input.rb

Class Method Summary collapse

Methods inherited from Input

compatible_with?, #error, supports_required?, #valid?

Methods inherited from Field

#error, #get_value_from_data_field, #initialize, #is_hidden?, #label, #name, #set_value, supports_required?, #valid?

Constructor Details

This class inherits a constructor from Formulary::HtmlForm::Fields::Field

Class Method Details

.compatible_typeObject



3
4
5
# File 'lib/formulary/html_form/fields/tel_input.rb', line 3

def self.compatible_type
  "tel"
end