Method: Effective::FormInputs::PhoneField#input_html_options

Defined in:
app/models/effective/form_inputs/phone_field.rb

#input_html_optionsObject



10
11
12
# File 'app/models/effective/form_inputs/phone_field.rb', line 10

def input_html_options
  { class: 'form-control effective_phone', placeholder: '(555) 555-5555', id: tag_id }
end