Method: Effective::FormInputs::PhoneField#input_html_options

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

#input_html_optionsObject



8
9
10
# File 'app/models/effective/form_inputs/phone_field.rb', line 8

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