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