module JqueryUiForm module Inputs module PhoneInput def phone_input(method, options = {}) options[:type] = "tel" basic_input_helper(:phone_field, :phone, method, options) end end end end