Sha256: 109972812f05429bd57aeb73ee72e653372c583d6bdf24c65adf85c6d1ffbbcb
Contents?: true
Size: 245 Bytes
Versions: 16
Compression:
Stored size: 245 Bytes
Contents
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
Version data entries
16 entries across 16 versions & 1 rubygems