Method: Effective::FormInputs::PhoneField#input_html_options
- Defined in:
- app/models/effective/form_inputs/phone_field.rb
#input_html_options ⇒ Object
8 9 10 |
# File 'app/models/effective/form_inputs/phone_field.rb', line 8 def { class: 'form-control effective_phone', placeholder: '(555) 555-5555' } end |