instance method
phone_field
Ruby on Rails 8.1.2
Since v6.0.6Signature
phone_field(method, options = {})
Wraps ActionView::Helpers::FormHelper#phone_field for form builders:
<%= form_with model: @user do |f| %>
<%= f.phone_field :phone %>
<% end %>
Please refer to the documentation of the base helper for details.
Source
# File actionview/lib/action_view/helpers/form_helper.rb, line 1882
Defined in actionview/lib/action_view/helpers/form_helper.rb line 1882
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::FormBuilder