# File lib/action_view/helpers/form_tag_helper.rb, line 476 def telephone_field_tag(name, value = nil, options = {}) text_field_tag(name, value, options.stringify_keys.update("type" => "tel")) end